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
.