pub type PKCS7_SIGNED = pkcs7_signed_st;
Aliased Type§
struct PKCS7_SIGNED {
pub version: *mut asn1_string_st,
pub md_algs: *mut stack_st_X509_ALGOR,
pub contents: *mut pkcs7_st,
pub cert: *mut stack_st_X509,
pub crl: *mut stack_st_X509_CRL,
pub signer_info: *mut stack_st_PKCS7_SIGNER_INFO,
}
Fields§
§version: *mut asn1_string_st
§md_algs: *mut stack_st_X509_ALGOR
§contents: *mut pkcs7_st
§cert: *mut stack_st_X509
§crl: *mut stack_st_X509_CRL
§signer_info: *mut stack_st_PKCS7_SIGNER_INFO
Trait Implementations
Source§impl Clone for pkcs7_signed_st
impl Clone for pkcs7_signed_st
Source§fn clone(&self) -> pkcs7_signed_st
fn clone(&self) -> pkcs7_signed_st
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more