Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExportKeyDetails.Algorithm |
ExportKeyDetails.Algorithm.create(String key) |
ExportKeyDetails.Algorithm |
ExportKeyDetails.getAlgorithm()
The encryption algorithm to use to encrypt exportable key material from a software-backed
key.
|
static ExportKeyDetails.Algorithm |
ExportKeyDetails.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportKeyDetails.Algorithm[] |
ExportKeyDetails.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExportKeyDetails.Builder |
ExportKeyDetails.Builder.algorithm(ExportKeyDetails.Algorithm algorithm)
The encryption algorithm to use to encrypt exportable key material from a software-backed
key.
|
Constructor and Description |
---|
ExportKeyDetails(String keyId,
String keyVersionId,
ExportKeyDetails.Algorithm algorithm,
String publicKey,
Map<String,String> loggingContext)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.