Searched defs:revocation_date (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/x509-parser/tests/ | ||
D | readcert.rs | 199 let revocation_date = in test_crl_parse() localVariable |
/external/python/cryptography/src/cryptography/x509/ | ||
D | base.py | 411 def revocation_date(self): member in RevokedCertificate |
/external/rust/crates/x509-parser/src/ | ||
D | revocation_list.rs | 239 pub revocation_date: ASN1Time, field |
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ | ||
D | x509.py | 188 def revocation_date(self): member in _RevokedCertificate |