Searched defs:crl_distribution_points (Results 1 – 7 of 7) sorted by relevance
2640 def crl_distribution_points(self): member in Certificate2665 def _get_http_crl_distribution_points(self, crl_distribution_points): argument
712 repeated string crl_distribution_points = 6; field
1158 repeated string crl_distribution_points = 6; field
1104 repeated string crl_distribution_points = 6; field
2597 def crl_distribution_points(self, relative_path, crl_distribution_point): member in X509Tests
452 pub fn crl_distribution_points(&self) -> Option<Stack<DistPoint>> { in crl_distribution_points() method