You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PemPrivateKeyParser uses a brute-force approach to find a suitable algorithm to parse a PEM-encoded key. This could be improved by using the DerElement class to read the ASN.1 and find out what type of key this is. This works for all PKCS#8 keys.
The text was updated successfully, but these errors were encountered:
The
PemPrivateKeyParser
uses a brute-force approach to find a suitable algorithm to parse a PEM-encoded key. This could be improved by using theDerElement
class to read the ASN.1 and find out what type of key this is. This works for all PKCS#8 keys.The text was updated successfully, but these errors were encountered: