Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static KeySummary.Algorithm |
KeySummary.Algorithm.create(String key) |
KeySummary.Algorithm |
KeySummary.getAlgorithm()
The algorithm used by a key’s key versions to encrypt or decrypt data.
|
static KeySummary.Algorithm |
KeySummary.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeySummary.Algorithm[] |
KeySummary.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KeySummary.Builder |
KeySummary.Builder.algorithm(KeySummary.Algorithm algorithm)
The algorithm used by a key’s key versions to encrypt or decrypt data.
|
Constructor and Description |
---|
KeySummary(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
KeySummary.LifecycleState lifecycleState,
Date timeCreated,
String vaultId,
KeySummary.ProtectionMode protectionMode,
KeySummary.Algorithm algorithm,
ExternalKeyReferenceDetails externalKeyReferenceDetails,
Boolean isAutoRotationEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.