Uses of Class
com.amazonaws.encryptionsdk.AwsCrypto.Builder
Packages that use AwsCrypto.Builder
-
Uses of AwsCrypto.Builder in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk that return AwsCrypto.BuilderModifier and TypeMethodDescriptionstatic AwsCrypto.BuilderAwsCrypto.builder()AwsCrypto.toBuilder()AwsCrypto.Builder.withCommitmentPolicy(CommitmentPolicy commitmentPolicy)Sets theCommitmentPolicyof this Aws Crypto client.AwsCrypto.Builder.withEncryptionAlgorithm(CryptoAlgorithm encryptionAlgorithm)Sets theCryptoAlgorithmto encrypt with.AwsCrypto.Builder.withEncryptionFrameSize(int frameSize)Sets the frame size of the encrypted messages that the Aws Crypto client produces.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.