Skip to content

[Request] Parametrized signer for IssuerSignedBuilder #13

@chumbert

Description

@chumbert

Hello,

as a user of the library I'd like to be able to plug-in my own signing logic within the IssuerSignedBuilder.

The builder offers a lot of convenience but due to the encapsulated sign that requires the private key to be present in-memory, we can't use it with a KMS/HSM that handles the signing operation itself.

As a suggestion, I would add a signer interface designed to be optionally provided when creating an IssuerSignedBuilder and used to replace the private sign method.

Please let me know if these changes are compatible with your vision of the library.

Thanks in advance and best regards.

Update: here's a proposal - #14

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