[][src]Trait security_framework::os::macos::import_export::Pkcs12ImportOptionsExt

pub trait Pkcs12ImportOptionsExt {
    fn keychain(&mut self, keychain: SecKeychain) -> &mut Self;
fn access(&mut self, access: SecAccess) -> &mut Self; }

An extension trait adding OSX specific functionality to Pkcs12ImportOptions.

Required methods

fn keychain(&mut self, keychain: SecKeychain) -> &mut Self

Specifies the keychain in which to import the identity.

If this is not called, the default keychain will be used.

fn access(&mut self, access: SecAccess) -> &mut Self

Specifies the access control to be associated with the identity.

Loading content...

Implementors

impl Pkcs12ImportOptionsExt for Pkcs12ImportOptions[src]

Loading content...