Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExportedKeyData.Algorithm |
ExportedKeyData.Algorithm.create(String key) |
ExportedKeyData.Algorithm |
ExportedKeyData.getAlgorithm()
The encryption algorithm to use to encrypt exportable key material from a key that persists
on the server (as opposed to a key that persists on a hardware security module and,
therefore, cannot be exported).
|
static ExportedKeyData.Algorithm |
ExportedKeyData.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportedKeyData.Algorithm[] |
ExportedKeyData.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExportedKeyData.Builder |
ExportedKeyData.Builder.algorithm(ExportedKeyData.Algorithm algorithm)
The encryption algorithm to use to encrypt exportable key material from a key that
persists on the server (as opposed to a key that persists on a hardware security module
and, therefore, cannot be exported).
|
Constructor and Description |
---|
ExportedKeyData(String keyVersionId,
String keyId,
Date timeCreated,
String vaultId,
String encryptedKey,
ExportedKeyData.Algorithm algorithm)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.