-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Summary
Please add support for the standard JCA java.security.cert.CertificateFactory implementation within Jostle. This will allow certificate parsing and generation to follow the same provider-selection model used for keys, signatures, and keystores.
Motivation
Currently, CertificateFactory.getInstance("X.509") does not resolve through Jostle’s provider integration, which prevents applications from using the standard JCA flow for certificate loading, chain parsing, or format conversion.
Adding this support would improve compatibility with existing Java cryptographic APIs and enable more seamless interoperability with certificate-based workflows.
Metadata
Metadata
Assignees
Labels
No labels