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
pub type PKCS7_ISSUER_AND_SERIAL = pkcs7_issuer_and_serial_st;
struct PKCS7_ISSUER_AND_SERIAL {
pub issuer: *mut X509_name_st,
pub serial: *mut asn1_string_st,
}
issuer: *mut X509_name_st
§serial: *mut asn1_string_st