gnu.crypto.jce

Class GnuSasl


public final class GnuSasl
extends Provider

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.

Constructor Details

GnuSasl

public GnuSasl()

Method Details

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.