Trait security_framework::os::macos::key::SecKeyExt[][src]

pub trait SecKeyExt {
    fn from_data(
        key_type: KeyType,
        key_data: &CFData
    ) -> Result<SecKey, CFError>; }
Expand description

An extension trait adding OSX specific functionality to SecKey.

Required methods

Creates a new SecKey from a buffer containing key data.

Implementors