For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce
Class GnuSasl

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byjava.security.Provider
                  extended bygnu.crypto.jce.GnuSasl
All Implemented Interfaces:
Cloneable, Map, Serializable

public final class GnuSasl
extends Provider

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.security.Provider
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
GnuSasl()
           
 
Method Summary
static Set getSaslClientMechanismNames()
          Returns a Set of names of SASL Client mechanisms available from this Provider.
static Set getSaslServerMechanismNames()
          Returns a Set of names of SASL Server mechanisms available from this Provider.
 
Methods inherited from class java.security.Provider
clear, entrySet, equals, getInfo, getName, getVersion, keySet, load, put, putAll, remove, toString, values
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, get, hashCode, isEmpty, keys, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GnuSasl

public GnuSasl()
Method Detail

getSaslClientMechanismNames

public static final Set getSaslClientMechanismNames()

Returns a Set of names of SASL Client mechanisms available from this Provider.

Returns:
a Set of SASL Client mechanisms (Strings).

getSaslServerMechanismNames

public static final Set getSaslServerMechanismNames()

Returns a Set of names of SASL Server mechanisms available from this Provider.

Returns:
a Set of SASL Server mechanisms (Strings).

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.