Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
GenerateKeyDetails.Builder |
GenerateKeyDetails.Builder.associatedData(Map<String,String> associatedData)
Information that can be used to provide an encryption context for the encrypted data.
|
static GenerateKeyDetails.Builder |
GenerateKeyDetails.builder()
Create a new builder.
|
GenerateKeyDetails.Builder |
GenerateKeyDetails.Builder.copy(GenerateKeyDetails model) |
GenerateKeyDetails.Builder |
GenerateKeyDetails.Builder.includePlaintextKey(Boolean includePlaintextKey)
If true, the generated key is also returned unencrypted.
|
GenerateKeyDetails.Builder |
GenerateKeyDetails.Builder.keyId(String keyId)
The OCID of the master encryption key to encrypt the generated data encryption key with.
|
GenerateKeyDetails.Builder |
GenerateKeyDetails.Builder.keyShape(KeyShape keyShape) |
GenerateKeyDetails.Builder |
GenerateKeyDetails.Builder.loggingContext(Map<String,String> loggingContext)
Information that provides context for audit logging.
|
GenerateKeyDetails.Builder |
GenerateKeyDetails.toBuilder() |
Copyright © 2016–2024. All rights reserved.