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