X509TimeImpl

X.509 Time

Constructors

this
this()
Undocumented in source.
this
this(SysTime time)
Undocumented in source.
this
this(string t_spec, ASN1Tag t)
Undocumented in source.
this
this(string time_str)
Undocumented in source.

Members

Functions

cmp
int cmp(X509Time other)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeFrom
void decodeFrom(BERDecoder source)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInto
void encodeInto(DEREncoder der)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(X509Time t2)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(X509Time t2)
Undocumented in source. Be warned that the author may not have intended to support it.
readableString
string readableString()
Undocumented in source. Be warned that the author may not have intended to support it.
setTo
void setTo(string time_str)
Undocumented in source. Be warned that the author may not have intended to support it.
setTo
void setTo(string t_spec, ASN1Tag spec_tag)
Undocumented in source. Be warned that the author may not have intended to support it.
timeIsSet
bool timeIsSet()
Undocumented in source. Be warned that the author may not have intended to support it.
toPrettyString
string toPrettyString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta