Uses of Class
org.jboss.security.srp.SRPParameters

Packages that use SRPParameters
org.jboss.security.srp   
org.jboss.security.test   
 

Uses of SRPParameters in org.jboss.security.srp
 

Methods in org.jboss.security.srp that return SRPParameters
 SRPParameters SRPServerSession.getParameters()
           
 SRPParameters SRPServerInterface.getSRPParameters(String username)
          Get the SRP parameters to use for this session.
 SRPParameters SRPRemoteServer.getSRPParameters(String username)
          The start of a new client session.
 

Constructors in org.jboss.security.srp with parameters of type SRPParameters
SRPClientSession(String username, char[] password, SRPParameters params)
          Creates a new SRP server session object from the username, password verifier,
SRPClientSession(String username, char[] password, SRPParameters params, byte[] abytes)
          Creates a new SRP server session object from the username, password verifier,
SRPServerSession(String username, byte[] vb, SRPParameters params)
          Creates a new SRP server session object from the username, password verifier, and session parameters.
 

Uses of SRPParameters in org.jboss.security.test
 

Methods in org.jboss.security.test that return SRPParameters
 SRPParameters SimpleSRPServer.getSRPParameters(String username)
           
 



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