Package | Description |
---|---|
com.amazonaws.encryptionsdk |
Contains
AwsCrypto , the primary entry-point to the Aws
Encryption SDK. |
Modifier and Type | Method and Description |
---|---|
static MasterKeyRequest.Builder |
MasterKeyRequest.newBuilder() |
MasterKeyRequest.Builder |
MasterKeyRequest.Builder.setEncryptionContext(Map<String,String> encryptionContext) |
MasterKeyRequest.Builder |
MasterKeyRequest.Builder.setPlaintext(byte[] plaintext)
Please note that this does not make a defensive copy of the plaintext and so any
modifications made to the backing array will be reflected in this Builder.
|
MasterKeyRequest.Builder |
MasterKeyRequest.Builder.setSize(long size) |
MasterKeyRequest.Builder |
MasterKeyRequest.Builder.setStreaming(boolean isStreaming) |
Copyright © 2023. All rights reserved.