Uses of Class
com.oracle.bmc.datasafe.model.TlsConfig.CertificateStoreType
-
Packages that use TlsConfig.CertificateStoreType Package Description com.oracle.bmc.datasafe.model -
-
Uses of TlsConfig.CertificateStoreType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return TlsConfig.CertificateStoreType Modifier and Type Method 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.Methods in com.oracle.bmc.datasafe.model with parameters of type TlsConfig.CertificateStoreType Modifier and Type Method Description TlsConfig.Builder
TlsConfig.Builder. certificateStoreType(TlsConfig.CertificateStoreType certificateStoreType)
The format of the certificate store.Constructors in com.oracle.bmc.datasafe.model with parameters of type TlsConfig.CertificateStoreType Constructor Description TlsConfig(TlsConfig.Status status, TlsConfig.CertificateStoreType certificateStoreType, String storePassword, String trustStoreContent, String keyStoreContent)
Deprecated.
-