Struct openssl::cms::CmsContentInfoRef[]

pub struct CmsContentInfoRef(_);

Reference to CMSContentInfo

Methods

impl CmsContentInfoRef
[src]

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

OpenSSL documentation at CMS_decrypt

Serializes this CmsContentInfo using DER.

OpenSSL documentation at i2d_CMS_ContentInfo

Trait Implementations

impl Borrow<CmsContentInfoRef> for CmsContentInfo

Immutably borrows from an owned value. Read more

impl AsRef<CmsContentInfoRef> for CmsContentInfo

Performs the conversion.

impl ForeignTypeRef for CmsContentInfoRef

The raw C type.

Important traits for &'a mut R

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

Important traits for &'a mut R

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

Returns a raw pointer to the wrapped value.

impl Send for CmsContentInfoRef
[src]

impl Sync for CmsContentInfoRef
[src]