Home
last modified time | relevance | path

Searched defs:CertChain (Results 1 – 1 of 1) sorted by relevance

/system/authgraph/core/src/
Dkey.rs303 pub struct CertChain { struct
305 pub version: i32,
308 pub root_key: EcVerifyKey,
310 pub dice_cert_chain: Option<Vec<DiceChainEntry>>,
514 impl CertChain { impl
590 impl AsCborValue for CertChain { implementation
655 impl CborSerializable for CertChain {} implementation