Searched defs:CertChain (Results 1 – 1 of 1) sorted by relevance
303 pub struct CertChain { struct305 pub version: i32,308 pub root_key: EcVerifyKey,310 pub dice_cert_chain: Option<Vec<DiceChainEntry>>,514 impl CertChain { impl590 impl AsCborValue for CertChain { implementation655 impl CborSerializable for CertChain {} implementation