Package | Description |
---|---|
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.