Type Alias PKCS7_DIGEST

Source
pub type PKCS7_DIGEST = pkcs7_digest_st;

Aliased Type§

struct PKCS7_DIGEST {
    pub version: *mut asn1_string_st,
    pub md: *mut X509_algor_st,
    pub contents: *mut pkcs7_st,
    pub digest: *mut asn1_string_st,
}

Fields§

§version: *mut asn1_string_st§md: *mut X509_algor_st§contents: *mut pkcs7_st§digest: *mut asn1_string_st