Uses of Interface
org.jboss.security.srp.SRPVerifierStore

Packages that use SRPVerifierStore
org.jboss.security.srp   
 

Uses of SRPVerifierStore in org.jboss.security.srp
 

Classes in org.jboss.security.srp that implement SRPVerifierStore
 class SerialObjectStore
          A simple implementation of the SRPVerifierStore that uses a file store made up of VerifierInfo serialized objects.
 

Methods in org.jboss.security.srp with parameters of type SRPVerifierStore
 void SRPRemoteServer.setVerifierStore(SRPVerifierStore verifierStore)
           
 

Constructors in org.jboss.security.srp with parameters of type SRPVerifierStore
SRPRemoteServer(SRPVerifierStore verifierStore)
           
SRPRemoteServer(SRPVerifierStore verifierStore, int port)
           
SRPRemoteServer(SRPVerifierStore verifierStore, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
           
 



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