Skip to main content

RsaKeyPair

Type Alias RsaKeyPair 

pub type RsaKeyPair = KeyPair;
Available on crate features alloc and crypto and ring and std only.
Expand description

An RSA key pair, used for signing.

Aliased Type§

pub struct RsaKeyPair { /* private fields */ }