Enum security_framework::os::macos::item::KeyType
[−]
[src]
pub enum KeyType {
Rsa,
Dsa,
Aes,
Des,
TripleDes,
Rc4,
Cast,
}Types of SecKeys.
Variants
RsaDsaAesDesTripleDesRc4CastTrait Implementations
impl Debug for KeyType[src]
impl Copy for KeyType[src]
impl Clone for KeyType[src]
fn clone(&self) -> KeyType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more