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.BuilderAwsCrypto. builder()AwsCrypto.BuilderAwsCrypto.Builder. withCommitmentPolicy(CommitmentPolicy commitmentPolicy)Sets theCommitmentPolicyof this Aws Crypto client.AwsCrypto.BuilderAwsCrypto.Builder. withEncryptionAlgorithm(CryptoAlgorithm encryptionAlgorithm)Sets theCryptoAlgorithmto encrypt with.AwsCrypto.BuilderAwsCrypto.Builder. withEncryptionFrameSize(int frameSize)Sets the frame size of the encrypted messages that the Aws Crypto client produces.
-