Enum openssl::crypto::pkey::Role[][src]

pub enum Role {
    Encrypt,
    Decrypt,
    Sign,
    Verify,
}

Represents a role an asymmetric key might be appropriate for.

Variants

Trait Implementations

impl Copy for Role
[src]

impl Clone for Role
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Role

impl Sync for Role