Add toString() for EvpRsaPublicKey similar to SUN RSAPublicKeyImpl#523
Open
msteindorfer wants to merge 3 commits intocorretto:mainfrom
Open
Add toString() for EvpRsaPublicKey similar to SUN RSAPublicKeyImpl#523msteindorfer wants to merge 3 commits intocorretto:mainfrom
toString() for EvpRsaPublicKey similar to SUN RSAPublicKeyImpl#523msteindorfer wants to merge 3 commits intocorretto:mainfrom
Conversation
Contributor
|
/codebuild_run(e46ef91) |
WillChilds-Klein
approved these changes
Apr 20, 2026
…SUN-RSAPublicKeyImpl-pt-2
…SUN-RSAPublicKeyImpl-pt-2
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #523 +/- ##
============================================
+ Coverage 78.51% 78.55% +0.03%
- Complexity 1178 1180 +2
============================================
Files 122 122
Lines 7453 7466 +13
Branches 943 942 -1
============================================
+ Hits 5852 5865 +13
- Misses 1090 1091 +1
+ Partials 511 510 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available: N/A
Description of changes:
EvpRsaPublicKeyis currently lacking atoString()method.In order to avoid friction for users adopting ACCP, this PR adds a
toString()method with output similar to SUNRSAPublicKeyImpl.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.