java.lang.Object | |
↳ | javax.net.ssl.TrustManagerFactorySpi |
The Service Provider Interface (SPI) for the
TrustManagerFactory
class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
TrustManagerFactorySpi instance.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the list of
TrustManager s with one entry for each type
of trust material.
| |||||||||||
Initializes this factory instance with the specified keystore as source
of certificate authorities and trust material.
| |||||||||||
Initializes this factory instance with the specified provider-specific
parameters for a source of trust material.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a new TrustManagerFactorySpi
instance.
Returns the list of TrustManager
s with one entry for each type
of trust material.
TrustManager
s
Initializes this factory instance with the specified keystore as source of certificate authorities and trust material.
ks | the keystore or null . |
---|
KeyStoreException | if the initialization fails. |
---|
Initializes this factory instance with the specified provider-specific parameters for a source of trust material.
spec | the provider-specific parameters. |
---|
InvalidAlgorithmParameterException | if the initialization fails. |
---|