Type Alias CSSM_WRAP_KEY

Source
pub type CSSM_WRAP_KEY = CSSM_KEY;
Available on crate features SecAsn1Types and cssmconfig and cssmtype only.
Expand description

Aliased Type§

struct CSSM_WRAP_KEY {
    pub KeyHeader: cssm_keyheader,
    pub KeyData: cssm_data,
}

Fields§

§KeyHeader: cssm_keyheader
👎Deprecated
§KeyData: cssm_data
👎Deprecated