For the latest news and information visit The GNU Crypto project | ||
Frames | No Frames |
Classes implementing gnu.crypto.sasl.IAuthInfoProvider | |
class | The SRP mechanism authentication information provider implementation.
|
Fields of type gnu.crypto.sasl.IAuthInfoProvider | |
IAuthInfoProvider | The provider for authentication information. |
Methods with return type gnu.crypto.sasl.IAuthInfoProvider | |
IAuthInfoProvider | AuthInfoProviderFactory.getInstance(String mechanism) Returns an implementation of a provider for a designated mechanism
capable of honouring IAuthInfoProvider requests.
|
IAuthInfoProvider | IAuthInfoProviderFactory.getInstance(String mechanism) Returns an implementation of a provider for a designated mechanism
capable of honouring IAuthInfoProvider requests.
|
IAuthInfoProvider | AuthInfo.getProvider(String mechanism) A convenience method to return the authentication information provider
for a designated SASL mechnanism. |
Classes implementing gnu.crypto.sasl.IAuthInfoProvider | |
class | The PLAIN mechanism authentication information provider implementation.
|
Classes implementing gnu.crypto.sasl.IAuthInfoProvider | |
class | The CRAM-MD5 mechanism authentication information provider implementation.
|