Package | Description |
---|---|
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
static ListKeysRequest.Algorithm |
ListKeysRequest.Algorithm.create(String key) |
ListKeysRequest.Algorithm |
ListKeysRequest.getAlgorithm()
The algorithm used by a key’s key versions to encrypt or decrypt data.
|
static ListKeysRequest.Algorithm |
ListKeysRequest.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListKeysRequest.Algorithm[] |
ListKeysRequest.Algorithm.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.algorithm(ListKeysRequest.Algorithm algorithm)
The algorithm used by a key’s key versions to encrypt or decrypt data.
|
Copyright © 2016–2025. All rights reserved.