Skip to main content

Pkcs12ImportOptionsExt

Trait Pkcs12ImportOptionsExt 

Source
pub trait Pkcs12ImportOptionsExt {
    // Required methods
    fn keychain(&mut self, keychain: SecKeychain) -> &mut Self;
    fn access(&mut self, access: SecAccess) -> &mut Self;
}
๐Ÿ‘ŽDeprecated: Obsolete. Use Pkcs12ImportOptions directly.
Expand description

Obsolete. Use Pkcs12ImportOptions directly.

Required Methodsยง

Source

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

๐Ÿ‘ŽDeprecated: Obsolete. Use Pkcs12ImportOptions directly.

Specifies the keychain in which to import the identity.

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

Source

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

๐Ÿ‘ŽDeprecated: Obsolete. Use Pkcs12ImportOptions directly.

Specifies the access control to be associated with the identity.

Dyn Compatibilityยง

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementorsยง