Trait openpgp_card::EccKey[][src]

pub trait EccKey {
    fn get_oid(&self) -> &[u8];
fn get_scalar(&self) -> &[u8];
fn get_type(&self) -> EccType; }
Expand description

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

Required methods

Implementors