Struct openssl::asn1::Asn1Time [] [src]

pub struct Asn1Time(_);

Corresponds to the ASN.1 structure Time defined in RFC5280

Methods

impl Asn1Time
[src]

Wraps existing ASN1_TIME and takes ownership

Creates a new time on specified interval in days from now

Methods from Deref<Target=Asn1TimeRef<'static>>

Returns the raw handle

Trait Implementations

impl Deref for Asn1Time
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Drop for Asn1Time
[src]

A method called when the value goes out of scope. Read more