getCertificateFromJWKS

getCertificateFromJWKS(jsonWebKeySet: String;
                       kid:           String): String typeMethod;

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

2020.0.01 and higher