org.metastatic.jessie
Class SRPManagerParameters
java.lang.Objectorg.metastatic.jessie.SRPManagerParameters
- ManagerFactoryParameters
public class SRPManagerParameters
extends java.lang.Object
Instances of this class are used to initialize
TrustManagerFactory instances for the ``SRP'' algorithm.
SRPManagerParameters(PasswordFile file)- Initializes these parameters with the specified SRP password file.
|
SRPManagerParameters
public SRPManagerParameters(PasswordFile file)
Initializes these parameters with the specified SRP password file.
file - The SRP password file object.
getPasswordFile
public PasswordFile getPasswordFile()