Searched defs:ASN1Time (Results 1 – 2 of 2) sorted by relevance
19 pub struct ASN1Time(DateTime<Utc>); struct21 impl ASN1Time { implementation56 impl<'a> FromDer<'a> for ASN1Time { implementation99 pub(crate) fn der_to_utctime(obj: DerObject) -> Result<ASN1Time, X509Error> { in der_to_utctime()146 impl Add<Duration> for ASN1Time { implementation150 fn add(self, rhs: Duration) -> Option<ASN1Time> { in add()163 impl Sub<ASN1Time> for ASN1Time { implementation
67 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