gnu.crypto.jce
Class GnuSasl
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
java.security.Provider
gnu.crypto.jce.GnuSasl
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public final class GnuSasl
- extends Provider
- See Also:
- Serialized Form
Fields inherited from class java.security.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.Hashtable |
clone, contains, containsKey, containsValue, elements, get, hashCode, isEmpty, keys, rehash, size |
GnuSasl
public GnuSasl()
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).
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.