gnu.crypto.jce

Class GnuSasl

public final class GnuSasl extends Provider

Constructor Summary
GnuSasl()
Method Summary
static SetgetSaslClientMechanismNames()

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

static SetgetSaslServerMechanismNames()

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

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).

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