Expand description
PKCS#1 and PKCS#8 encoding support.
Note: PKCS#1 support is achieved through a blanket impl of the
pkcs1 crate’s traits for types which impl the pkcs8 crate’s traits.
Functions§
- verify_
algorithm_ 🔒id - Verify that the
AlgorithmIdentifierfor a key is correct.