Uses of Class
com.oracle.bmc.datasafe.model.CryptoObservedBooleanValue
-
Packages that use CryptoObservedBooleanValue Package Description com.oracle.bmc.datasafe.model -
-
Uses of CryptoObservedBooleanValue in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoObservedBooleanValue Modifier and Type Method Description static CryptoObservedBooleanValueCryptoObservedBooleanValue. create(String key)CryptoObservedBooleanValueCryptoTlsPosture. getAreWeakCipherSuitesAllowed()Indicates if weak TLS cipher suites are allowed.CryptoObservedBooleanValueCryptoNnePosture. getAreWeakOptionsAllowed()Indicates if weak NNE options are allowed.CryptoObservedBooleanValueCryptoTlsPosture. getIsMtlsConfigured()Whether TLS client authentication is configured.static CryptoObservedBooleanValueCryptoObservedBooleanValue. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoObservedBooleanValue[]CryptoObservedBooleanValue. 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 CryptoObservedBooleanValue Modifier and Type Method Description CryptoTlsPosture.BuilderCryptoTlsPosture.Builder. areWeakCipherSuitesAllowed(CryptoObservedBooleanValue areWeakCipherSuitesAllowed)Indicates if weak TLS cipher suites are allowed.CryptoNnePosture.BuilderCryptoNnePosture.Builder. areWeakOptionsAllowed(CryptoObservedBooleanValue areWeakOptionsAllowed)Indicates if weak NNE options are allowed.CryptoTlsPosture.BuilderCryptoTlsPosture.Builder. isMtlsConfigured(CryptoObservedBooleanValue isMtlsConfigured)Whether TLS client authentication is configured.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoObservedBooleanValue 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.CryptoTlsPosture(CryptoFeatureStatus status, List<String> versions, List<String> cipherSuitesConfigured, CryptoObservedBooleanValue areWeakCipherSuitesAllowed, CryptoObservedBooleanValue isMtlsConfigured, String revocationMode, CryptoPosture.FipsModeConfigured fipsModeConfigured, String walletLocation, CryptoQuantumReadiness quantumReadiness)Deprecated.
-