Searched defs:CoseSign (Results 1 – 2 of 2) sorted by relevance
94 pub struct CoseSign { struct98 pub signatures: Vec<CoseSignature>, argument101 impl crate::CborSerializable for CoseSign {} implementation102 impl crate::TaggedCborSerializable for CoseSign { implementation106 impl AsCborValue for CoseSign { implementation144 impl CoseSign { impl
93 ) -> Result<CoseSign> { in build_signed_data()