Enum p25::voice::crypto::CryptoAlgorithm [] [src]

pub enum CryptoAlgorithm {
    Accordion,
    BatonEven,
    Firefly,
    Mayfly,
    Saville,
    BatonOdd,
    Unencrypted,
    Des,
    TripleDes,
    Aes,
    Other(u8),
}

Type of cryptographic algorithm.

Variants

Methods

impl CryptoAlgorithm
[src]

[src]

Parse the given 8 bits into a crypto algorithm.

Trait Implementations

impl Copy for CryptoAlgorithm
[src]

impl Clone for CryptoAlgorithm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CryptoAlgorithm
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for CryptoAlgorithm
[src]

impl PartialEq for CryptoAlgorithm
[src]

[src]

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

[src]

This method tests for !=.