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