Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static WrappedImportKey.WrappingAlgorithm |
WrappedImportKey.WrappingAlgorithm.create(String key) |
WrappedImportKey.WrappingAlgorithm |
WrappedImportKey.getWrappingAlgorithm()
The wrapping mechanism to use during key import.
|
static WrappedImportKey.WrappingAlgorithm |
WrappedImportKey.WrappingAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrappedImportKey.WrappingAlgorithm[] |
WrappedImportKey.WrappingAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WrappedImportKey.Builder |
WrappedImportKey.Builder.wrappingAlgorithm(WrappedImportKey.WrappingAlgorithm wrappingAlgorithm)
The wrapping mechanism to use during key import.
|
Constructor and Description |
---|
WrappedImportKey(String keyMaterial,
WrappedImportKey.WrappingAlgorithm wrappingAlgorithm)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.