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 | Field and Description |
---|---|
static SSLProtocolType |
SSLProtocolType.TLS
TLS
|
static SSLProtocolType |
SSLProtocolType.TLSv1_2
TLS 1.2
|
static SSLProtocolType |
SSLProtocolType.TLSv1_3 |
Modifier and Type | Method and Description |
---|---|
static SSLProtocolType |
SSLProtocolType.valueOf(String name) |
static SSLProtocolType[] |
SSLProtocolType.values() |
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 2023 Avaya. All rights reserved.