Uses of Class
com.oracle.bmc.keymanagement.model.CreateKeyDetails.ProtectionMode
-
Packages that use CreateKeyDetails.ProtectionMode Package Description com.oracle.bmc.keymanagement.model -
-
Uses of CreateKeyDetails.ProtectionMode in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return CreateKeyDetails.ProtectionMode Modifier and Type Method Description static CreateKeyDetails.ProtectionMode
CreateKeyDetails.ProtectionMode. create(String key)
CreateKeyDetails.ProtectionMode
CreateKeyDetails. getProtectionMode()
The key’s protection mode indicates how the key persists and where cryptographic operations that use the key are performed.static CreateKeyDetails.ProtectionMode
CreateKeyDetails.ProtectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateKeyDetails.ProtectionMode[]
CreateKeyDetails.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 CreateKeyDetails.ProtectionMode Modifier and Type Method Description CreateKeyDetails.Builder
CreateKeyDetails.Builder. protectionMode(CreateKeyDetails.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 CreateKeyDetails.ProtectionMode Constructor Description CreateKeyDetails(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, KeyShape keyShape, Boolean isAutoRotationEnabled, AutoKeyRotationDetails autoKeyRotationDetails, CreateKeyDetails.ProtectionMode protectionMode, ExternalKeyReference externalKeyReference)
Deprecated.
-