from
Factory method to create a new SslManagerBundle backed by the given SslBundle and SslBundleKey.
Return
a new SslManagerBundle instance
Parameters
storeBundle
the SSL store bundle
key
the key reference
Factory method to create a new SslManagerBundle using the given TrustManagerFactory and the default KeyManagerFactory.
Return
a new SslManagerBundle instance
Since
3.5.0
Parameters
trustManagerFactory
the trust manager factory
Factory method to create a new SslManagerBundle using the given TrustManagers and the default KeyManagerFactory.
Return
a new SslManagerBundle instance
Since
3.5.0
Parameters
trustManagers
the trust managers to use