Type Alias PKCS7_ENC_CONTENT

Source
pub type PKCS7_ENC_CONTENT = pkcs7_enc_content_st;

Aliased Type§

struct PKCS7_ENC_CONTENT {
    pub content_type: *mut asn1_object_st,
    pub algorithm: *mut X509_algor_st,
    pub enc_data: *mut asn1_string_st,
    pub cipher: *const evp_cipher_st,
    pub ctx: *const PKCS7_CTX_st,
}

Fields§

§content_type: *mut asn1_object_st§algorithm: *mut X509_algor_st§enc_data: *mut asn1_string_st§cipher: *const evp_cipher_st§ctx: *const PKCS7_CTX_st

Trait Implementations

Source§

impl Clone for pkcs7_enc_content_st

Source§

fn clone(&self) -> pkcs7_enc_content_st

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for pkcs7_enc_content_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Copy for pkcs7_enc_content_st