[−]Trait yukikaze::connector::rustls::sign::SigningKey
An abstract signing key.
Required methods
fn choose_scheme(
&self,
offered: &[SignatureScheme]
) -> Option<Box<dyn Signer + 'static>>
&self,
offered: &[SignatureScheme]
) -> Option<Box<dyn Signer + 'static>>
Choose a SignatureScheme from those offered.
Expresses the choice something that implements Signer,
using the chosen scheme.
fn algorithm(&self) -> SignatureAlgorithm
What kind of key we have.
Implementors
impl SigningKey for RSASigningKey
fn choose_scheme(
&self,
offered: &[SignatureScheme]
) -> Option<Box<dyn Signer + 'static>>
&self,
offered: &[SignatureScheme]
) -> Option<Box<dyn Signer + 'static>>