Uses of Class gnu.crypto.sasl.srp.SecurityContext

Uses in package gnu.crypto.sasl.srp

Methods with parameter type gnu.crypto.sasl.srp.SecurityContext

void
ClientStore.cacheSession(String uid, int ttl, SecurityContext ctx)
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
Returns an SRP client's security context record mapped by that client's unique identifier.
SecurityContext
Updates the mapping between the designated session identifier and the designated server's SASL Security Context.

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