Package | Description |
---|---|
com.amazonaws.encryptionsdk |
Contains
AwsCrypto , the primary entry-point to the Aws
Encryption SDK. |
Modifier and Type | Method and Description |
---|---|
static AwsCrypto.Builder |
AwsCrypto.builder() |
AwsCrypto.Builder |
AwsCrypto.toBuilder() |
AwsCrypto.Builder |
AwsCrypto.Builder.withCommitmentPolicy(CommitmentPolicy commitmentPolicy)
Sets the
CommitmentPolicy of this Aws Crypto client. |
AwsCrypto.Builder |
AwsCrypto.Builder.withEncryptionAlgorithm(CryptoAlgorithm encryptionAlgorithm)
Sets the
CryptoAlgorithm 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.
|
Copyright © 2023. All rights reserved.