static CryptoTdePosture.Builder |
CryptoTdePosture.builder() |
Create a new builder.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.copy(CryptoTdePosture model) |
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.dbCredentialsEncryptionObserved(String dbCredentialsEncryptionObserved) |
Observed DB credentials encryption algorithm.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.encryptedTablespacesCount(Integer encryptedTablespacesCount) |
Number of encrypted tablespaces detected.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.encryptionConfigured(List<String> encryptionConfigured) |
Configured TDE encryption algorithm.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.fipsModeConfigured(CryptoPosture.FipsModeConfigured fipsModeConfigured) |
FIPS mode configured for TDE when the target uses legacy per-feature FIPS configuration.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.integrityConfigured(List<String> integrityConfigured) |
Configured TDE integrity-related setting.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.keyCacheStatus(CryptoKeyCacheStatus keyCacheStatus) |
The observed TDE key cache status.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.keyStoreType(CryptoKeystoreType keyStoreType) |
The observed TDE key store type.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.masterKeyEncryptionAlgorithm(String masterKeyEncryptionAlgorithm) |
The observed encryption algorithm used by the master key.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.masterKeyId(String masterKeyId) |
The observed TDE master key identifier.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.quantumReadiness(CryptoQuantumReadiness quantumReadiness) |
Quantum-readiness classification for TDE posture.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.redoEncryptionObserved(String redoEncryptionObserved) |
Observed redo log encryption algorithm.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.status(CryptoFeatureStatus status) |
TDE enablement status.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.timeMasterKeyLastRotation(Date timeMasterKeyLastRotation) |
The last observed rotation time for the TDE master key, in RFC3339 format.
|
CryptoTdePosture.Builder |
CryptoTdePosture.toBuilder() |
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.unencryptedTablespacesCount(Integer unencryptedTablespacesCount) |
Number of unencrypted tablespaces detected.
|
CryptoTdePosture.Builder |
CryptoTdePosture.Builder.walletLocation(String walletLocation) |
The observed wallet location for TDE keys.
|