Home
last modified time | relevance | path

Searched defs:ASN1Time (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/x509-parser/src/
Dtime.rs19 pub struct ASN1Time(DateTime<Utc>); struct
21 impl ASN1Time { impl
56 impl<'a> FromDer<'a> for ASN1Time { implementation
99 pub(crate) fn der_to_utctime(obj: DerObject) -> Result<ASN1Time, X509Error> { in der_to_utctime()
146 impl Add<Duration> for ASN1Time { implementation
150 fn add(self, rhs: Duration) -> Option<ASN1Time> { in add()
163 impl Sub<ASN1Time> for ASN1Time { implementation
Drevocation_list.rs67 pub fn last_update(&self) -> ASN1Time { in last_update()
73 pub fn next_update(&self) -> Option<ASN1Time> { in next_update()
315 pub fn invalidity_date(&self) -> Option<(bool, ASN1Time)> { in invalidity_date() argument