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