JWKSet.parse(string) provides alg parameter JWKSet.load(keystore) not

Issue #206 wontfix
Former user created an issue

The JWKSet.parse(string) provides the alg attribute in the JWKSet but JWKSet.load(keystore) does not.

Comments (3)

  1. Connect2id OSS

    What is the use case for this?

    This is deliberately not done at present, because there is no std mapping from algorithm identifiers in X.509 certificates to JOSE algs.

  2. Log in to comment