Uses of Class
com.amazonaws.encryptionsdk.AwsCrypto.Builder
-
Packages that use AwsCrypto.Builder Package Description com.amazonaws.encryptionsdk ContainsAwsCrypto
, the primary entry-point to the Aws Encryption SDK. -
-
Uses of AwsCrypto.Builder in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk that return AwsCrypto.Builder Modifier and Type Method Description static AwsCrypto.Builder
AwsCrypto. builder()
AwsCrypto.Builder
AwsCrypto. toBuilder()
AwsCrypto.Builder
AwsCrypto.Builder. withCommitmentPolicy(CommitmentPolicy commitmentPolicy)
Sets theCommitmentPolicy
of this Aws Crypto client.AwsCrypto.Builder
AwsCrypto.Builder. withEncryptionAlgorithm(CryptoAlgorithm encryptionAlgorithm)
Sets theCryptoAlgorithm
to encrypt with.AwsCrypto.Builder
AwsCrypto.Builder. withEncryptionFrameSize(int frameSize)
Sets the frame size of the encrypted messages that the Aws Crypto client produces.AwsCrypto.Builder
AwsCrypto.Builder. withMaxEncryptedDataKeys(int maxEncryptedDataKeys)
Sets the maximum number of encrypted data keys that this Aws Crypto client will wrap when encrypting, or unwrap when decrypting, a single message.
-