Uses of Interface javax.net.ssl.ManagerFactoryParameters

Uses in package gnu.javax.net.ssl.provider

Methods with parameter type javax.net.ssl.ManagerFactoryParameters

void
Engine method that initializes this factory with some algorithm-specific parameters.
void
Engine method for initializing this factory with some algorithm-specific parameters.
void
Engine method that initializes this factory with some algorithm-specific parameters.
@Override

Uses in package javax.net.ssl

Classes implementing javax.net.ssl.ManagerFactoryParameters

class
Trust manager parameters for certification paths.
class
FIXME this class is currently a stub; it depends on an implementation of java.security.KeyStore.Builder.

Methods with parameter type javax.net.ssl.ManagerFactoryParameters

void
Engine method for initializing this factory with some algorithm-specific parameters.
void
Engine method that initializes this factory with some algorithm-specific parameters.
void
Initialize this instance with an implementation-dependent parameter object.
void
Initialize this instance with some algorithm-specific parameters.

Uses in package gnu.javax.net.ssl

Classes implementing javax.net.ssl.ManagerFactoryParameters

class
This empty class can be used to initialize KeyManagerFactory and TrustManagerFactory instances for the ``JessieX509'' algorithm, for cases when no keys or trusted certificates are desired or needed.
class
class
An instance of a manager factory parameters for holding a single certificate/private key pair, encoded in PEM format.
class
Instances of this class are used to initialize TrustManagerFactory instances for the ``SRP'' algorithm.
class
This class implements a simple set of trust anchors suitable for initializing a TrustManagerFactory for the "JessieX509" algorithm.