Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
org.metastatic.jessie

Class SRPManagerParameters

java.lang.Object
|
+--org.metastatic.jessie.SRPManagerParameters

All Implemented Interfaces:

ManagerFactoryParameters


public class SRPManagerParameters

extends java.lang.Object

implements ManagerFactoryParameters

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

Constructor Summary

SRPManagerParameters(PasswordFile file)

Initializes these parameters with the specified SRP password file.

Method Summary

PasswordFilegetPasswordFile()

Constructor Details

SRPManagerParameters

public SRPManagerParameters(PasswordFile file)

Initializes these parameters with the specified SRP password file.

Parameters:

Throws:


Method Details

getPasswordFile

public PasswordFile getPasswordFile()