Trait openpgp_card::RSAKey[][src]

pub trait RSAKey {
    fn get_e(&self) -> &[u8];
fn get_n(&self) -> &[u8];
fn get_p(&self) -> &[u8];
fn get_q(&self) -> &[u8]; }
Expand description

RSA-specific container for private key material to upload to an OpenPGP card.

Required methods

Implementors