Struct openssl::pkcs12::Pkcs12
[−]
[src]
pub struct Pkcs12(_);
Methods
impl Pkcs12
[src]
Methods from Deref<Target=Pkcs12Ref>
fn parse(&self, pass: &str) -> Result<ParsedPkcs12, ErrorStack>
Extracts the contents of the Pkcs12
.
Trait Implementations
impl OpenSslType for Pkcs12
[src]
type CType = PKCS12
The raw C type.
type Ref = Pkcs12Ref
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut PKCS12) -> Pkcs12
Constructs an instance of this type from its raw type.
impl Drop for Pkcs12
[src]
impl Deref for Pkcs12
[src]
type Target = Pkcs12Ref
The resulting type after dereferencing
fn deref(&self) -> &Pkcs12Ref
The method called to dereference a value