Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static WrappedImportKey.Builder |
WrappedImportKey.builder()
Create a new builder.
|
WrappedImportKey.Builder |
WrappedImportKey.Builder.copy(WrappedImportKey model) |
WrappedImportKey.Builder |
WrappedImportKey.Builder.keyMaterial(String keyMaterial)
The key material to import, wrapped by the vault’s RSA public wrapping key and
base64-encoded.
|
WrappedImportKey.Builder |
WrappedImportKey.toBuilder() |
WrappedImportKey.Builder |
WrappedImportKey.Builder.wrappingAlgorithm(WrappedImportKey.WrappingAlgorithm wrappingAlgorithm)
The wrapping mechanism to use during key import.
|
Copyright © 2016–2024. All rights reserved.