For the latest news and information visit The GNU Crypto project | ||
Frames | No Frames |
Methods with parameter type gnu.crypto.sasl.srp.SecurityContext | |
void | Records a mapping between a client's unique identifier and its security
context.
|
void | Records a mapping between a session identifier and the Security Context
of the designated SRP server mechanism instance.
|
Methods with return type gnu.crypto.sasl.srp.SecurityContext | |
SecurityContext | ClientStore.restoreSession(String uid) Returns an SRP client's security context record mapped by that client's
unique identifier.
|
SecurityContext | ServerStore.restoreSession(byte[] sid) Updates the mapping between the designated session identifier and the
designated server's SASL Security Context. |