This repository was archived by the owner on May 31, 2022. It is now read-only.
  
  
  
  
  
Description
The RsaKeyHelper class (used for public/private key based signature verification) does not allow configuring PEM certificates with the formats:
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
 
-----BEGIN PKCS7-----
...
-----END PKCS7-----
 
-----BEGIN PKCS12-----
...
-----END PKCS12-----
 
   
Activity
Add support for reading public key from X.509 PEM certificates