Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.net.ssl.TrustManagerFactorySpi
org.metastatic.jessie.provider.SRPTrustManagerFactory
public class SRPTrustManagerFactory
extends TrustManagerFactorySpi
TrustManagerFactory
engine for the ``SRP'' algorithm. You must initialize instances of this
algorithm with SRPManagerParameters
.
Constructor Summary | |
Method Summary | |
protected TrustManager[] |
|
protected void |
|
protected void |
|
Methods inherited from class javax.net.ssl.TrustManagerFactorySpi | |
engineGetTrustManagers , engineInit , engineInit |
protected TrustManager[] engineGetTrustManagers()
Engine method that returns the trust managers created by this factory.
- Overrides:
- engineGetTrustManagers in interface TrustManagerFactorySpi
- Returns:
- The trust managers.
protected void engineInit(KeyStore ks)
Engine method that initializes this factory with a key store. The key store parameter may be null, in which case some default should be used.
- Overrides:
- engineInit in interface TrustManagerFactorySpi
- Parameters:
protected void engineInit(ManagerFactoryParameters params) throws InvalidAlgorithmParameterException
Engine method that initializes this factory with some algorithm-specific parameters.
- Overrides:
- engineInit in interface TrustManagerFactorySpi
- Parameters:
params
- The parameters.