Methods Summary |
---|
protected abstract javax.net.ssl.TrustManager[] | engineGetTrustManagers()Returns the list of {@code TrustManager}s with one entry for each type
of trust material.
|
protected abstract void | engineInit(java.security.KeyStore ks)Initializes this factory instance with the specified keystore as source
of certificate authorities and trust material.
|
protected abstract void | engineInit(javax.net.ssl.ManagerFactoryParameters spec)Initializes this factory instance with the specified provider-specific
parameters for a source of trust material.
|