Enum gpgme::Protocol [] [src]

pub enum Protocol {
    OpenPgp,
    Cms,
    GpgConf,
    Assuan,
    G13,
    UiServer,
    Spawn,
    Default,
    Unknown,
    Other(gpgme_protocol_t),
}

A cryptographic protocol that may be used with the library.

Each protocol is implemented by an engine that the library communicates with to perform various operations.

Variants

Methods

impl Protocol
[src]

impl Protocol
[src]

Trait Implementations

impl Copy for Protocol
[src]

impl Clone for Protocol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Protocol
[src]

impl PartialEq for Protocol
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Protocol
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for Protocol
[src]

Formats the value using the given formatter.

impl Display for Protocol
[src]

Formats the value using the given formatter.