Uses of Class
com.oracle.bmc.datasafe.model.CryptoFeatureStatus
-
Packages that use CryptoFeatureStatus Package Description com.oracle.bmc.datasafe.model -
-
Uses of CryptoFeatureStatus in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoFeatureStatus Modifier and Type Method Description static CryptoFeatureStatusCryptoFeatureStatus. create(String key)CryptoFeatureStatusCryptoPosture. getFipsStatus()Overall FIPS status for the assessment when the target uses common FIPS configuration.CryptoFeatureStatusCryptoNnePosture. getStatus()NNE enablement status.CryptoFeatureStatusCryptoTdePosture. getStatus()TDE enablement status.CryptoFeatureStatusCryptoTlsPosture. getStatus()TLS enablement status.static CryptoFeatureStatusCryptoFeatureStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoFeatureStatus[]CryptoFeatureStatus. 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 CryptoFeatureStatus Modifier and Type Method Description CryptoPosture.BuilderCryptoPosture.Builder. fipsStatus(CryptoFeatureStatus fipsStatus)Overall FIPS status for the assessment when the target uses common FIPS configuration.CryptoNnePosture.BuilderCryptoNnePosture.Builder. status(CryptoFeatureStatus status)NNE enablement status.CryptoTdePosture.BuilderCryptoTdePosture.Builder. status(CryptoFeatureStatus status)TDE enablement status.CryptoTlsPosture.BuilderCryptoTlsPosture.Builder. status(CryptoFeatureStatus status)TLS enablement status.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoFeatureStatus 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.CryptoPosture(CryptoTlsPosture tls, CryptoNnePosture nne, CryptoTdePosture tde, List<String> networkEncryption, CryptoFeatureStatus fipsStatus, CryptoPosture.FipsModeConfigured fipsModeConfigured, String backupStatus, Integer encryptedBackupPiecesCount, Integer unencryptedBackupPiecesCount)Deprecated.CryptoTdePosture(CryptoFeatureStatus status, List<String> encryptionConfigured, String redoEncryptionObserved, String dbCredentialsEncryptionObserved, List<String> integrityConfigured, Integer encryptedTablespacesCount, Integer unencryptedTablespacesCount, String masterKeyId, String walletLocation, String masterKeyEncryptionAlgorithm, Date timeMasterKeyLastRotation, CryptoKeystoreType keyStoreType, CryptoKeyCacheStatus keyCacheStatus, CryptoPosture.FipsModeConfigured fipsModeConfigured, CryptoQuantumReadiness quantumReadiness)Deprecated.CryptoTlsPosture(CryptoFeatureStatus status, List<String> versions, List<String> cipherSuitesConfigured, CryptoObservedBooleanValue areWeakCipherSuitesAllowed, CryptoObservedBooleanValue isMtlsConfigured, String revocationMode, CryptoPosture.FipsModeConfigured fipsModeConfigured, String walletLocation, CryptoQuantumReadiness quantumReadiness)Deprecated.
-