Uses of Class
com.oracle.bmc.datasafe.model.CryptoKeyCacheStatus
-
Packages that use CryptoKeyCacheStatus Package Description com.oracle.bmc.datasafe.model -
-
Uses of CryptoKeyCacheStatus in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoKeyCacheStatus Modifier and Type Method Description static CryptoKeyCacheStatusCryptoKeyCacheStatus. create(String key)CryptoKeyCacheStatusCryptoAssessmentKeySummary. getKeyCache()Key cache setting observed for the key.CryptoKeyCacheStatusCryptoTdePosture. getKeyCacheStatus()The observed TDE key cache status.static CryptoKeyCacheStatusCryptoKeyCacheStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoKeyCacheStatus[]CryptoKeyCacheStatus. 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 CryptoKeyCacheStatus Modifier and Type Method Description CryptoAssessmentKeySummary.BuilderCryptoAssessmentKeySummary.Builder. keyCache(CryptoKeyCacheStatus keyCache)Key cache setting observed for the key.CryptoTdePosture.BuilderCryptoTdePosture.Builder. keyCacheStatus(CryptoKeyCacheStatus keyCacheStatus)The observed TDE key cache status.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoKeyCacheStatus Constructor Description CryptoAssessmentKeySummary(String assessmentId, Date timeLastAssessed, String targetId, String keyId, CryptoFeature feature, CryptoAssessmentKeySummary.KeyType keyType, String status, String algorithm, Date timeCreated, CryptoKeystoreType keystoreType, CryptoKeystoreType secondaryKeystoreType, CryptoKeyCacheStatus keyCache, String walletLocation, Date timeLastRotation, Long age)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.
-