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.BuilderMasterKeyRequest. newBuilder()MasterKeyRequest.BuilderMasterKeyRequest.Builder. setEncryptionContext(Map<String,String> encryptionContext)MasterKeyRequest.BuilderMasterKeyRequest.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.BuilderMasterKeyRequest.Builder. setSize(long size)MasterKeyRequest.BuilderMasterKeyRequest.Builder. setStreaming(boolean isStreaming)
-