pub type CSSM_X509_SIGNATURE = cssm_x509_signature;
👎Deprecated
Available on crate features
SecAsn1Types
and x509defs
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_X509_SIGNATURE {
pub algorithmIdentifier: SecAsn1AlgId,
pub encrypted: cssm_data,
}
Fields§
§algorithmIdentifier: SecAsn1AlgId
👎Deprecated
§encrypted: cssm_data
👎Deprecated