public interface TlsContextFactory
Modifier and Type | Method and Description |
---|---|
SSLContext |
createSslContext() |
String[] |
getEnabledCipherSuites()
The list of ciphers that must be used to restrict the creation of the SSL Sockets
|
String[] |
getEnabledProtocols()
The list of enabled protocols that must be used to restrict the creation of the SSL Sockets
|
TlsContextKeyStoreConfiguration |
getKeyStoreConfiguration() |
TlsContextTrustStoreConfiguration |
getTrustStoreConfiguration() |
boolean |
isKeyStoreConfigured() |
boolean |
isTrustStoreConfigured() |
SSLContext createSslContext() throws KeyManagementException, NoSuchAlgorithmException, CreateException
KeyManagementException
NoSuchAlgorithmException
CreateException
String[] getEnabledCipherSuites()
String[] getEnabledProtocols()
boolean isKeyStoreConfigured()
boolean isTrustStoreConfigured()
TlsContextKeyStoreConfiguration getKeyStoreConfiguration()
TlsContextTrustStoreConfiguration getTrustStoreConfiguration()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.