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

Packages that use SRPParameters
org.jboss.security.srp   
 

Uses of SRPParameters in org.jboss.security.srp
 

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



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.