Uses of Class
com.oracle.bmc.datasafe.model.CryptoPosture.FipsModeConfigured
-
Packages that use CryptoPosture.FipsModeConfigured Package Description com.oracle.bmc.datasafe.model -
-
Uses of CryptoPosture.FipsModeConfigured in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoPosture.FipsModeConfigured Modifier and Type Method Description static CryptoPosture.FipsModeConfiguredCryptoPosture.FipsModeConfigured. create(String key)CryptoPosture.FipsModeConfiguredCryptoNnePosture. getFipsModeConfigured()FIPS mode configured for NNE when the target uses legacy per-feature FIPS configuration.CryptoPosture.FipsModeConfiguredCryptoPosture. getFipsModeConfigured()Common FIPS mode configured for the assessment when the target uses common FIPS configuration.CryptoPosture.FipsModeConfiguredCryptoTdePosture. getFipsModeConfigured()FIPS mode configured for TDE when the target uses legacy per-feature FIPS configuration.CryptoPosture.FipsModeConfiguredCryptoTlsPosture. getFipsModeConfigured()FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.static CryptoPosture.FipsModeConfiguredCryptoPosture.FipsModeConfigured. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoPosture.FipsModeConfigured[]CryptoPosture.FipsModeConfigured. 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 CryptoPosture.FipsModeConfigured Modifier and Type Method Description CryptoNnePosture.BuilderCryptoNnePosture.Builder. fipsModeConfigured(CryptoPosture.FipsModeConfigured fipsModeConfigured)FIPS mode configured for NNE when the target uses legacy per-feature FIPS configuration.CryptoPosture.BuilderCryptoPosture.Builder. fipsModeConfigured(CryptoPosture.FipsModeConfigured fipsModeConfigured)Common FIPS mode configured for the assessment when the target uses common FIPS configuration.CryptoTdePosture.BuilderCryptoTdePosture.Builder. fipsModeConfigured(CryptoPosture.FipsModeConfigured fipsModeConfigured)FIPS mode configured for TDE when the target uses legacy per-feature FIPS configuration.CryptoTlsPosture.BuilderCryptoTlsPosture.Builder. fipsModeConfigured(CryptoPosture.FipsModeConfigured fipsModeConfigured)FIPS mode configured for TLS when the target uses legacy per-feature FIPS configuration.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoPosture.FipsModeConfigured 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.
-