Uses of Class
com.oracle.bmc.keymanagement.requests.ListKeysRequest.ProtectionMode
-
Packages that use ListKeysRequest.ProtectionMode Package Description com.oracle.bmc.keymanagement.requests -
-
Uses of ListKeysRequest.ProtectionMode in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return ListKeysRequest.ProtectionMode Modifier and Type Method Description static ListKeysRequest.ProtectionMode
ListKeysRequest.ProtectionMode. create(String key)
ListKeysRequest.ProtectionMode
ListKeysRequest. getProtectionMode()
A key’s protection mode indicates how the key persists and where cryptographic operations that use the key are performed.static ListKeysRequest.ProtectionMode
ListKeysRequest.ProtectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListKeysRequest.ProtectionMode[]
ListKeysRequest.ProtectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.requests with parameters of type ListKeysRequest.ProtectionMode Modifier and Type Method Description ListKeysRequest.Builder
ListKeysRequest.Builder. protectionMode(ListKeysRequest.ProtectionMode protectionMode)
A key’s protection mode indicates how the key persists and where cryptographic operations that use the key are performed.
-