pub type CE_SubjectKeyID = SecAsn1Item;
👎Deprecated
Available on crate features
SecAsn1Types
and certextensions
only.Expand description
Aliased Type§
#[repr(C)]pub struct CE_SubjectKeyID {
pub Length: usize,
pub Data: *mut u8,
}
Fields§
§Length: usize
§Data: *mut u8