Package org.jboss.security.srp

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

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.