pub trait RingRsaKeyPairExt {
// Required method
fn rsa_key_pair_ring(&self) -> KeyPair;
}Expand description
Extension trait to convert uselesskey RSA fixtures into ring::rsa::KeyPair.
Required Methods§
Sourcefn rsa_key_pair_ring(&self) -> KeyPair
fn rsa_key_pair_ring(&self) -> KeyPair
Convert the RSA private key to a ring::rsa::KeyPair.
Implementations on Foreign Types§
Source§impl RingRsaKeyPairExt for RsaKeyPair
Available on crate feature rsa only.
impl RingRsaKeyPairExt for RsaKeyPair
Available on crate feature
rsa only.