Struct openssl::cms::CmsContentInfoRef []

pub struct CmsContentInfoRef(_);

Reference to CMSContentInfo

Methods

impl CmsContentInfoRef
[src]

[src]

Given the sender's private key, pkey and the recipient's certificiate, cert, decrypt the data in self.

OpenSSL documentation at CMS_decrypt

Trait Implementations

impl ForeignTypeRef for CmsContentInfoRef

The raw C type.

[src]

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

[src]

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

[src]

Returns a raw pointer to the wrapped value.

impl Send for CmsContentInfoRef
[src]

impl Sync for CmsContentInfoRef
[src]