-
Notifications
You must be signed in to change notification settings - Fork 223
Add Cryptography APIs to the Java SDK #1599
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
base: master
Are you sure you want to change the base?
Add Cryptography APIs to the Java SDK #1599
Conversation
ed91b07 to
213240d
Compare
cicoyle
left a comment
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.
The commit history seems to have a lot of extra things in it. Can you confirm you branched from master originally and remove the extra commits showing in the history? Also, CI seems a bit red - mind taking a look?
Signed-off-by: sirivarma <[email protected]>
Signed-off-by: sirivarma <[email protected]>
Signed-off-by: sirivarma <[email protected]>
Signed-off-by: sirivarma <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
2d296ed to
e719567
Compare
Signed-off-by: sirivarma <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1599 +/- ##
============================================
+ Coverage 76.91% 78.82% +1.90%
- Complexity 1592 1996 +404
============================================
Files 145 219 +74
Lines 4843 6111 +1268
Branches 562 676 +114
============================================
+ Hits 3725 4817 +1092
- Misses 821 946 +125
- Partials 297 348 +51 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Implements the Cryptography Alpha1 API (
EncryptAlpha1/DecryptAlpha1) for the Dapr Java SDK, enabling streaming encryption and decryption operations using Dapr's cryptography building block.Changes
EncryptRequestAlpha1andDecryptRequestAlpha1domain objects with fluent settersencrypt()anddecrypt()methods toDaprPreviewClientinterfaceDaprClientImplIssue reference
Closes #1073
Checklist