Enum security_framework::os::macos::item::KeyType [] [src]

pub enum KeyType {
    Rsa,
    Dsa,
    Aes,
    Des,
    TripleDes,
    Rc4,
    Cast,
}

Types of SecKeys.

Variants

Trait Implementations

impl Debug for KeyType
[src]

Formats the value using the given formatter.

impl Copy for KeyType
[src]

impl Clone for KeyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more