Struct openssl::pkcs12::Pkcs12Ref []

pub struct Pkcs12Ref(_);

Methods

impl Pkcs12Ref
[src]

[src]

Serializes the Pkcs12 to its standard DER encoding.

This corresponds to i2d_PKCS12.

[src]

Extracts the contents of the Pkcs12.

Trait Implementations

impl Borrow<Pkcs12Ref> for Pkcs12

Immutably borrows from an owned value. Read more

impl AsRef<Pkcs12Ref> for Pkcs12

Performs the conversion.

impl ForeignTypeRef for Pkcs12Ref

The raw C type.

Important traits for &'a mut W
[src]

Constructs a shared instance of this type from its raw type.

Important traits for &'a mut W
[src]

Constructs a mutable reference of this type from its raw type.

[src]

Returns a raw pointer to the wrapped value.

impl Send for Pkcs12Ref
[src]

impl Sync for Pkcs12Ref
[src]