Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static CreateKeyDetails.ProtectionMode |
CreateKeyDetails.ProtectionMode.create(String key) |
CreateKeyDetails.ProtectionMode |
CreateKeyDetails.getProtectionMode()
The key’s protection mode indicates how the key persists and where cryptographic operations
that use the key are performed.
|
static CreateKeyDetails.ProtectionMode |
CreateKeyDetails.ProtectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateKeyDetails.ProtectionMode[] |
CreateKeyDetails.ProtectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateKeyDetails.Builder |
CreateKeyDetails.Builder.protectionMode(CreateKeyDetails.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 |
---|
CreateKeyDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
KeyShape keyShape,
Boolean isAutoRotationEnabled,
AutoKeyRotationDetails autoKeyRotationDetails,
CreateKeyDetails.ProtectionMode protectionMode,
ExternalKeyReference externalKeyReference)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.