Skip to content

Add toString() for EvpRsaPublicKey similar to SUN RSAPublicKeyImpl#523

Open
msteindorfer wants to merge 3 commits intocorretto:mainfrom
msteindorfer:add-toString-similar-to-SUN-RSAPublicKeyImpl-pt-2
Open

Add toString() for EvpRsaPublicKey similar to SUN RSAPublicKeyImpl#523
msteindorfer wants to merge 3 commits intocorretto:mainfrom
msteindorfer:add-toString-similar-to-SUN-RSAPublicKeyImpl-pt-2

Conversation

@msteindorfer
Copy link
Copy Markdown

Issue #, if available: N/A

Description of changes:

EvpRsaPublicKey is currently lacking a toString() method.

In order to avoid friction for users adopting ACCP, this PR adds a toString() method with output similar to SUN RSAPublicKeyImpl.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@msteindorfer msteindorfer requested a review from a team as a code owner March 6, 2026 16:14
@WillChilds-Klein
Copy link
Copy Markdown
Contributor

/codebuild_run(e46ef91)

@WillChilds-Klein WillChilds-Klein enabled auto-merge (squash) April 23, 2026 16:23
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.55%. Comparing base (87f65f9) to head (52a83da).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants