For the latest news and information visit
The GNU Crypto project

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

Packages that use SecurityContext
gnu.crypto.sasl.srp Provides the implementations of the SASL SRP mechanism, as specified in draft-burdis-cat-srp-sasl.  
 

Uses of SecurityContext in gnu.crypto.sasl.srp
 

Methods in gnu.crypto.sasl.srp that return SecurityContext
(package private)  SecurityContext ServerStore.restoreSession(java.lang.String sid)
          Updates the mapping between the designated session identifier and the designated server's SASL Security Context.
(package private)  SecurityContext ClientStore.restoreSession(java.lang.String uid)
          Returns an SRP client's security context record mapped by that client's unique identifier.
 

Methods in gnu.crypto.sasl.srp with parameters of type SecurityContext
(package private)  void ServerStore.cacheSession(int ttl, SecurityContext ctx)
          Records a mapping between a session identifier and the Security Context of the designated SRP server mechanism instance.
(package private)  void ClientStore.cacheSession(java.lang.String uid, int ttl, SecurityContext ctx)
          Records a mapping between a client's unique identifier and its security context.
 


For the latest news and information visit
The GNU Crypto project

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