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.CertificateStoreTypeTlsConfig.CertificateStoreType. create(String key)TlsConfig.CertificateStoreTypeTlsConfig. getCertificateStoreType()The format of the certificate store.static TlsConfig.CertificateStoreTypeTlsConfig.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.BuilderTlsConfig.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.
-