Struct pretty_good::Key [] [src]

pub struct Key {
    pub creation_time: Duration,
    pub pubkey_algorithm: PublicKeyAlgorithm,
    pub key_material: KeyMaterial,
    pub encryption_method: Option<KeyEncryptionMethod>,
    pub privkey_checksum: Option<Vec<u8>>,
    // some fields omitted
}

Fields

Methods

impl Key
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Key
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Key

impl Sync for Key