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.
Constants§
- ID_
RSASSA_ PSS - ObjectID for the RSA PSS keys
Functions§
- pkcs1_
error_ 🔒to_ pkcs8 - Convert
pkcs1::Resulttopkcs8::Result. - pkcs1_
error_ 🔒to_ spki - Convert
pkcs1::Resulttospki::Result. - uint_
from_ 🔒slice - verify_
algorithm_ 🔒id - Verify that the
AlgorithmIdentifierfor a key is correct.