Uses of Class
com.amazonaws.encryptionsdk.MasterKeyRequest.Builder
-
Packages that use MasterKeyRequest.Builder Package Description com.amazonaws.encryptionsdk ContainsAwsCrypto
, the primary entry-point to the Aws Encryption SDK. -
-
Uses of MasterKeyRequest.Builder in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk that return MasterKeyRequest.Builder Modifier and Type Method 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)
-