Struct rustls::sign::RSASigningKey [−][src]
pub struct RSASigningKey { /* fields omitted */ }A SigningKey for RSA-PKCS1 or RSA-PSS
Implementations
impl RSASigningKey[src]
impl RSASigningKey[src]pub fn new(der: &PrivateKey) -> Result<RSASigningKey, ()>[src]
Make a new RSASigningKey from a DER encoding, in either
PKCS#1 or PKCS#8 format.
Trait Implementations
impl SigningKey for RSASigningKey[src]
impl SigningKey for RSASigningKey[src]