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