Uses of Class
com.oracle.bmc.datasafe.model.CryptoNnePosture.ServerEncryption
-
Packages that use CryptoNnePosture.ServerEncryption Package Description com.oracle.bmc.datasafe.model -
-
Uses of CryptoNnePosture.ServerEncryption in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoNnePosture.ServerEncryption Modifier and Type Method Description static CryptoNnePosture.ServerEncryptionCryptoNnePosture.ServerEncryption. create(String key)CryptoNnePosture.ServerEncryptionCryptoNnePosture. getServerEncryption()Observed server-side encryption requirement.static CryptoNnePosture.ServerEncryptionCryptoNnePosture.ServerEncryption. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoNnePosture.ServerEncryption[]CryptoNnePosture.ServerEncryption. 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 CryptoNnePosture.ServerEncryption Modifier and Type Method Description CryptoNnePosture.BuilderCryptoNnePosture.Builder. serverEncryption(CryptoNnePosture.ServerEncryption serverEncryption)Observed server-side encryption requirement.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoNnePosture.ServerEncryption Constructor Description CryptoNnePosture(CryptoFeatureStatus status, CryptoObservedBooleanValue areWeakOptionsAllowed, List<String> encryptionConfigured, List<String> integrity, CryptoNnePosture.ServerEncryption serverEncryption, List<String> serverIntegrity, String keyExchange, CryptoQuantumReadiness quantumReadiness, CryptoPosture.FipsModeConfigured fipsModeConfigured)Deprecated.
-