Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static TlsConfig.CertificateStoreType |
TlsConfig.CertificateStoreType.create(String key) |
TlsConfig.CertificateStoreType |
TlsConfig.getCertificateStoreType()
The format of the certificate store.
|
static TlsConfig.CertificateStoreType |
TlsConfig.CertificateStoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsConfig.CertificateStoreType[] |
TlsConfig.CertificateStoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TlsConfig.Builder |
TlsConfig.Builder.certificateStoreType(TlsConfig.CertificateStoreType certificateStoreType)
The format of the certificate store.
|
Constructor and Description |
---|
TlsConfig(TlsConfig.Status status,
TlsConfig.CertificateStoreType certificateStoreType,
String storePassword,
String trustStoreContent,
String keyStoreContent)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.