public interface DefaultSslContextProvider
SSLContext
provider.
Can be used to override SslConfigurator.getDefaultContext()
.
Modifier and Type | Method and Description |
---|---|
SSLContext |
getDefaultSslContext()
Get default
SSLContext . |
SSLContext getDefaultSslContext()
SSLContext
.
Returned instance is expected to be configured to container default values.
IllegalStateException
- when there is a problem with creating or obtaining default SSL context.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.