Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

feat: Enhanced Private Key Format Support#200

Open
Mishael-2584 wants to merge 1 commit into
OpenElements:mainfrom
Mishael-2584:feature/enhanced-private-key-support
Open

feat: Enhanced Private Key Format Support#200
Mishael-2584 wants to merge 1 commit into
OpenElements:mainfrom
Mishael-2584:feature/enhanced-private-key-support

Conversation

@Mishael-2584
Copy link
Copy Markdown

  • Add PrivateKeyParser utility supporting multiple private key formats
  • Support DER, PEM, raw hex (32 bytes), and hex with 0x prefix
  • Maintain full backward compatibility with existing DER keys
  • Update Spring and MicroProfile integrations to use enhanced parser
  • Add comprehensive test coverage (26 tests)
  • Update documentation with format examples
  • Improve developer experience with flexible key format support

Resolves: Enhanced private key format support beyond DER-only limitation

- Add PrivateKeyParser utility supporting multiple private key formats
- Support DER, PEM, raw hex (32 bytes), and hex with 0x prefix
- Maintain full backward compatibility with existing DER keys
- Update Spring and MicroProfile integrations to use enhanced parser
- Add comprehensive test coverage (26 tests)
- Update documentation with format examples
- Improve developer experience with flexible key format support

Resolves: Enhanced private key format support beyond DER-only limitation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant