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

Support specifying different algorithms for signing and encrypting #26

Description

Is your feature request related to a problem? Please describe.
The Create API currently use the same algorithm specified in the query to create the signing and encryption keys.

Describe the solution you'd like
Allow the API caller to specify different algorithms to use for signature vs encryption. Alternatively since only ECDSA, EdDSA and RSA are supported, create the signing key with the algorithm specified and use RSA for the encryption key as the 2 other are DSA algorithms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions