-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: Integrate ESDK-Java with AWS Cryptographic Material Providers Library (MPL) for Keyring and CMM Support. #1864
Conversation
src/examples/java/com/amazonaws/crypto/examples/SetCommitmentPolicyExample.java
Outdated
Show resolved
Hide resolved
src/main/java/com/amazonaws/encryptionsdk/model/DecryptionMaterialsHandler.java
Show resolved
Hide resolved
1fbec3c
to
915f9d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just wondering about the submodule.
…Library (MPL) for Keyring and CMM Support. New Features: The AWS ESDK for Java now incorporates the AWS Cryptographic Material Providers Library (MPL), enabling the use of Keyrings and Cryptographic Materials Managers (CMMs). BREAKING CHANGE: This feature update includes a breaking change that requires AWS SDK v2 Java as a hard dependency.
915f9d4
to
40de578
Compare
...les/java/com/amazonaws/crypto/examples/keyrings/hierarchical/ExampleBranchKeyIdSupplier.java
Show resolved
Hide resolved
src/examples/java/com/amazonaws/crypto/examples/keyrings/MultiKeyringExample.java
Show resolved
Hide resolved
src/examples/java/com/amazonaws/crypto/examples/keyrings/hierarchical/CreateBranchKeyId.java
Show resolved
Hide resolved
src/examples/java/com/amazonaws/crypto/examples/keyrings/hierarchical/VersionBranchKeyId.java
Show resolved
Hide resolved
src/test/java/com/amazonaws/crypto/examples/keyrings/RawRsaKeyringExampleTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
## [3.0.0](v2.4.1...v3.0.0) (2023-12-06) ### ⚠ BREAKING CHANGES * This feature update includes a breaking change that requires AWS SDK v2 Java as a hard dependency. ### Features * Integrate ESDK-Java with AWS Cryptographic Material Providers Library (MPL) for Keyring and CMM Support. ([#1864](#1864)) ([9297e1b](9297e1b)) ### Maintenance * **CFN:** remove unused policy ([#1862](#1862)) ([43e078a](43e078a)) * **CFN:** update CFN stack to add managed policies to ci and release role ([#1856](#1856)) ([64c970f](64c970f)) * **deps:** bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 ([#1717](#1717)) ([ec41ae2](ec41ae2)) * fix release script ([#1796](#1796)) ([3617210](3617210)) * fix release-ci ([#1883](#1883)) ([92f29d0](92f29d0)) * **tests:** update ESDK tests to replace sun.security.* API ([#1852](#1852)) ([ca4c763](ca4c763)) * update release process ([#1888](#1888)) ([f222462](f222462)) * update the javadoc release script ([#1857](#1857)) ([1870a08](1870a08))
@@ -515,6 +694,11 @@ public <K extends MasterKey<K>> CryptoResult<byte[], K> decryptData( | |||
SignaturePolicy.AllowEncryptAllowDecrypt, | |||
maxEncryptedDataKeys_); | |||
|
|||
return decryptData(cryptoHandler, ciphertext); | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these deprecations documented anywhere?
The javadoc doesn't say anything about what should be used instead.
Issue #, if available:
Description of changes:
New Features:
The AWS ESDK for Java now incorporates the AWS Cryptographic Material Providers Library (MPL), enabling the use of Keyrings and Cryptographic Materials Managers (CMMs).
BREAKING CHANGE:
This feature update includes a breaking change that requires AWS SDK v2 Java as a hard dependency.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Check any applicable: