Constant RSA_ENCRYPTION
pub const RSA_ENCRYPTION: AlgorithmIdentifier;Available on crate feature
crypto only.Expand description
AlgorithmIdentifier for rsaEncryption.
This is:
# rsaEncryption
OBJECT_IDENTIFIER { 1.2.840.113549.1.1.1 }
NULL {}