Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static Key.ProtectionMode |
Key.ProtectionMode.create(String key) |
Key.ProtectionMode |
Key.getProtectionMode()
The key’s protection mode indicates how the key persists and where cryptographic operations
that use the key are performed.
|
static Key.ProtectionMode |
Key.ProtectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Key.ProtectionMode[] |
Key.ProtectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Key.Builder |
Key.Builder.protectionMode(Key.ProtectionMode protectionMode)
The key’s protection mode indicates how the key persists and where cryptographic
operations that use the key are performed.
|
Constructor and Description |
---|
Key(String compartmentId,
String currentKeyVersion,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
KeyShape keyShape,
Key.ProtectionMode protectionMode,
Key.LifecycleState lifecycleState,
Date timeCreated,
Date timeOfDeletion,
String vaultId,
String restoredFromKeyId,
KeyReplicaDetails replicaDetails,
Boolean isPrimary,
Boolean isAutoRotationEnabled,
AutoKeyRotationDetails autoKeyRotationDetails,
ExternalKeyReferenceDetails externalKeyReferenceDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.