Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static GeneratedKey.Builder |
GeneratedKey.builder()
Create a new builder.
|
GeneratedKey.Builder |
GeneratedKey.Builder.ciphertext(String ciphertext)
The encrypted data encryption key generated from a master encryption key.
|
GeneratedKey.Builder |
GeneratedKey.Builder.copy(GeneratedKey model) |
GeneratedKey.Builder |
GeneratedKey.Builder.plaintext(String plaintext)
The plaintext data encryption key, a base64-encoded sequence of random bytes, which is
included if the
GenerateDataEncryptionKey
request includes the
includePlaintextKey parameter and sets its value to “true”. |
GeneratedKey.Builder |
GeneratedKey.Builder.plaintextChecksum(String plaintextChecksum)
The checksum of the plaintext data encryption key, which is included if the
GenerateDataEncryptionKey
request includes the
includePlaintextKey parameter and sets its value to “true”. |
GeneratedKey.Builder |
GeneratedKey.toBuilder() |
Copyright © 2016–2024. All rights reserved.