org.metastatic.jessie

Class SRPManagerParameters

Implemented Interfaces:
ManagerFactoryParameters

public class SRPManagerParameters
extends java.lang.Object
implements ManagerFactoryParameters

Instances of this class are used to initialize TrustManagerFactory instances for the ``SRP'' algorithm.

Constructor Summary

SRPManagerParameters(PasswordFile file)
Initializes these parameters with the specified SRP password file.

Method Summary

PasswordFile
getPasswordFile()

Constructor Details

SRPManagerParameters

public SRPManagerParameters(PasswordFile file)
Initializes these parameters with the specified SRP password file.
Parameters:
file - The SRP password file object.

Method Details

getPasswordFile

public PasswordFile getPasswordFile()