Type Alias PKCS7_ISSUER_AND_SERIAL

Source
pub type PKCS7_ISSUER_AND_SERIAL = pkcs7_issuer_and_serial_st;

Aliased Type§

struct PKCS7_ISSUER_AND_SERIAL {
    pub issuer: *mut X509_name_st,
    pub serial: *mut asn1_string_st,
}

Fields§

§issuer: *mut X509_name_st§serial: *mut asn1_string_st