[][src]Trait mundane::public::rsa::RsaSignatureScheme

pub trait RsaSignatureScheme: Sized + Copy + Clone + Default + Display + Debug + RsaSignatureScheme { }

An RSA signature scheme.

An RsaSignatureScheme defines how to compute an RSA signature. The primary detail defined by a signature scheme is how to perform padding.

RsaSignatureScheme is implemented by RsaPss and, if the rsa-pkcs1v15 feature is enabled, RsaPkcs1v15.

Implementors

impl RsaSignatureScheme for RsaPkcs1v15[src]

impl RsaSignatureScheme for RsaPss[src]

Loading content...