public final class EncryptionMaterialsRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EncryptionMaterialsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CommitmentPolicy |
getCommitmentPolicy() |
Map<String,String> |
getContext() |
byte[] |
getPlaintext() |
long |
getPlaintextSize() |
CryptoAlgorithm |
getRequestedAlgorithm() |
int |
hashCode() |
static EncryptionMaterialsRequest.Builder |
newBuilder() |
EncryptionMaterialsRequest.Builder |
toBuilder() |
public Map<String,String> getContext()
public CryptoAlgorithm getRequestedAlgorithm()
AwsCrypto.setEncryptionAlgorithm(CryptoAlgorithm)
, the
algorithm requested. Otherwise, returns null.public long getPlaintextSize()
public byte[] getPlaintext()
public CommitmentPolicy getCommitmentPolicy()
public EncryptionMaterialsRequest.Builder toBuilder()
public static EncryptionMaterialsRequest.Builder newBuilder()
Copyright © 2023. All rights reserved.