Struct rustls::sign::RSASigningKey[][src]

pub struct RSASigningKey { /* fields omitted */ }

A SigningKey for RSA-PKCS1 or RSA-PSS

Methods

impl 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]

Choose a SignatureScheme from those offered. Read more

What kind of key we have.

Auto Trait Implementations