getKeyFromJWKS

getKeyFromJWKS(jwks: String
               kid:  String): String typeMethod;

The getKeyFromJWKS method of the JadeJsonWebKeySetReader class returns the public key of the first X5c certificate in the JSON Web Key Set specified in the jwks parameter with the key identifier specified in the kid parameter.

2020.0.01 and higher