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

Add support for 'CERTIFICATE', 'PKCS7' and 'PKCS12' types in RsaKeyHelper #784

@rnavarropiris

Description

@rnavarropiris

The RsaKeyHelper class (used for public/private key based signature verification) does not allow configuring PEM certificates with the formats:

-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
-----BEGIN PKCS7-----
...
-----END PKCS7-----
-----BEGIN PKCS12-----
...
-----END PKCS12-----

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rnavarropiris@jgrandja@spring-projects-issues

        Issue actions

          Add support for 'CERTIFICATE', 'PKCS7' and 'PKCS12' types in RsaKeyHelper · Issue #784 · spring-attic/spring-security-oauth