Searched refs:CertPathControls (Results 1 – 3 of 3) sorted by relevance
52 class CertPathControls(univ.Sequence): class55 CertPathControls.componentType = namedtype.NamedTypes(93 namedtype.OptionalNamedType('certPath', CertPathControls()),
40 CertPathControls = rfc5914.CertPathControls variable318 namedtype.OptionalNamedType('certPath', CertPathControls()),
56 pub cert_path: Option<CertPathControls<'a>>,77 pub struct CertPathControls<'a> { struct