Struct openssl::crypto::pkcs12::Pkcs12 [] [src]

pub struct Pkcs12(_);

A PKCS #12 archive.

Methods

impl Pkcs12
[src]

fn from_der(der: &[u8]) -> Result<Pkcs12ErrorStack>

Deserializes a Pkcs12 structure from DER-encoded data.

fn parse(&self, pass: &str) -> Result<ParsedPkcs12ErrorStack>

Extracts the contents of the Pkcs12.

Trait Implementations

impl Drop for Pkcs12
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more