Searched refs:TrustAnchorChoice (Results 1 – 4 of 4) sorted by relevance
3 use x509_cert::anchor::{CertPolicies, TrustAnchorChoice};14 let tac = TrustAnchorChoice::decode(&mut decoder).unwrap(); in decode_ta1()21 TrustAnchorChoice::TaInfo(tai) => { in decode_ta1()129 let tac = TrustAnchorChoice::decode(&mut decoder).unwrap(); in decode_ta2()136 TrustAnchorChoice::TaInfo(tai) => { in decode_ta2()232 let tac = TrustAnchorChoice::decode(&mut decoder).unwrap(); in decode_ta3()239 TrustAnchorChoice::TaInfo(tai) => { in decode_ta3()342 let tac = TrustAnchorChoice::decode(&mut decoder).unwrap(); in decode_ta4()349 TrustAnchorChoice::TaInfo(tai) => { in decode_ta4()
101 class TrustAnchorChoice(univ.Choice): class104 TrustAnchorChoice.componentType = namedtype.NamedTypes(118 TrustAnchorList.componentType = TrustAnchorChoice()
42 TrustAnchorChoice = rfc5914.TrustAnchorChoice variable211 TrustAnchorChoiceList.componentType = TrustAnchorChoice()339 namedtype.NamedType('add', TrustAnchorChoice().subtype(494 namedtype.NamedType('apexTA', TrustAnchorChoice())
131 pub enum TrustAnchorChoice<'a> { enum