[−][src]Trait mundane::public::rsa::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
.