Uses of Class
com.oracle.bmc.keymanagement.model.KeySummary.ProtectionMode
-
Packages that use KeySummary.ProtectionMode Package Description com.oracle.bmc.keymanagement.model -
-
Uses of KeySummary.ProtectionMode in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return KeySummary.ProtectionMode Modifier and Type Method Description static KeySummary.ProtectionMode
KeySummary.ProtectionMode. create(String key)
KeySummary.ProtectionMode
KeySummary. getProtectionMode()
The key’s protection mode indicates how the key persists and where cryptographic operations that use the key are performed.static KeySummary.ProtectionMode
KeySummary.ProtectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeySummary.ProtectionMode[]
KeySummary.ProtectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type KeySummary.ProtectionMode Modifier and Type Method Description KeySummary.Builder
KeySummary.Builder. protectionMode(KeySummary.ProtectionMode protectionMode)
The key’s protection mode indicates how the key persists and where cryptographic operations that use the key are performed.Constructors in com.oracle.bmc.keymanagement.model with parameters of type KeySummary.ProtectionMode Constructor Description KeySummary(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, KeySummary.LifecycleState lifecycleState, Date timeCreated, String vaultId, KeySummary.ProtectionMode protectionMode, KeySummary.Algorithm algorithm, ExternalKeyReferenceDetails externalKeyReferenceDetails, Boolean isAutoRotationEnabled)
Deprecated.
-