Package org.jboss.security.srp

Interface Summary
SRPRemoteServerInterface (src) An RMI version of the SRPServerInterface.
SRPServerInterface (src) An interface describing the message exchange of the SRP protocol as described in RFC2945.
SRPServerListener (src) A callback interface for SRP session events.
SRPServiceMBean (src) The JMX mbean interface for the SRP service.
SRPVerifierStore (src) An interface describing the requirements of a password verifier store.
SRPVerifierStoreServiceMBean (src) The JMX mbean interface for the SRP password verifier store.
 

Class Summary
SerialObjectStore (src) A simple implementation of the SRPVerifierStore that uses a file store made up of VerifierInfo serialized objects.
SRPClientSession (src) The client side logic to the SRP protocol.
SRPConf (src) A port of the libsrp/t_conf.c predefined constants for the N & g parameters of the SRP algorithm.
SRPConf.SRPParams (src)  
SRPParameters (src) The RFC2945 algorithm session parameters that the client and server agree to use.
SRPPermission (src) A custom permission class for protecting access to sensitive SRP information like the private session key and private key.
SRPRemoteServer (src) An implementation of the RMI SRPRemoteServerInterface interface.
SRPServerProxy (src) A serializable proxy that is bound into JNDI with a reference to the RMI implementation of a SRPServerInterface.
SRPServerSession (src) The server side logic to the SRP protocol.
SRPService (src) The JMX mbean interface for the SRP service.
SRPSessionKey (src)  
SRPVerifierStore.VerifierInfo (src)  
SRPVerifierStoreService (src) The JMX mbean interface for the SRP password verifier store.