Searched refs:with_deep_parse_extensions (Results 1 – 3 of 3) sorted by relevance
244 pub const fn with_deep_parse_extensions(self, deep_parse_extensions: bool) -> Self { in with_deep_parse_extensions() method256 TbsCertificateParser::new().with_deep_parse_extensions(self.deep_parse_extensions); in parse()521 pub const fn with_deep_parse_extensions(self, deep_parse_extensions: bool) -> Self { in with_deep_parse_extensions() method
134 pub const fn with_deep_parse_extensions(self, deep_parse_extensions: bool) -> Self { in with_deep_parse_extensions() method1461 let parser = X509ExtensionParser::new().with_deep_parse_extensions(false); in parse_extension_envelope_sequence()
351 let mut parser = X509CertificateParser::new().with_deep_parse_extensions(false); in test_x509_parser_no_ext()