Package | Description |
---|---|
com.avaya.collaboration.ssl.util |
The SSLUtility is used to create an SSLContext with the platform's trust store and key store.
|
Modifier and Type | Method and Description |
---|---|
static SSLContext |
SSLUtilityFactory.createSSLContext()
Returns instance of
SSLContext initialized with the platform's
trust store and key store |
static SSLContext |
SSLUtilityFactory.createSSLContext(SSLProtocolType sslProtocolType)
Returns instance of
SSLContext initialized with the platform's
trust store and key store and with the specified SSL protocol |
static List |
SSLUtilityFactory.getKeyManagers()
Returns the platform's Certificate KeyManagers as a List.
|
static List |
SSLUtilityFactory.getTrustManagers()
Returns the platform's Certificate TrustManagers as a List.
|
Copyright © 2023 Avaya. All rights reserved.