Skip to content

Add CertificateFactory Support in Jostle #19

@pruthig

Description

@pruthig

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions