Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static SSLConfigurationDetails.ServerOrderPreference |
SSLConfigurationDetails.ServerOrderPreference.create(String key) |
SSLConfigurationDetails.ServerOrderPreference |
SSLConfigurationDetails.getServerOrderPreference()
When this attribute is set to ENABLED, the system gives preference to the server ciphers over
the client ciphers.
|
static SSLConfigurationDetails.ServerOrderPreference |
SSLConfigurationDetails.ServerOrderPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLConfigurationDetails.ServerOrderPreference[] |
SSLConfigurationDetails.ServerOrderPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SSLConfigurationDetails.Builder |
SSLConfigurationDetails.Builder.serverOrderPreference(SSLConfigurationDetails.ServerOrderPreference serverOrderPreference)
When this attribute is set to ENABLED, the system gives preference to the server ciphers
over the client ciphers.
|
Constructor and Description |
---|
SSLConfigurationDetails(Integer verifyDepth,
Boolean verifyPeerCertificate,
Boolean hasSessionResumption,
List<String> trustedCertificateAuthorityIds,
List<String> certificateIds,
String certificateName,
List<String> protocols,
String cipherSuiteName,
SSLConfigurationDetails.ServerOrderPreference serverOrderPreference)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.