Type Alias rasn_cms::firmware_wrapper::WrappedFirmwareKey
source · pub type WrappedFirmwareKey = EnvelopedData;Aliased Type§
struct WrappedFirmwareKey {
pub version: Integer,
pub originator_info: Option<OriginatorInfo>,
pub recipient_infos: BTreeSet<RecipientInfo>,
pub encrypted_content_info: EncryptedContentInfo,
pub unprotected_attrs: Option<BTreeSet<Attribute>>,
}Fields§
§version: Integer§originator_info: Option<OriginatorInfo>§recipient_infos: BTreeSet<RecipientInfo>§encrypted_content_info: EncryptedContentInfo§unprotected_attrs: Option<BTreeSet<Attribute>>