method
time
v2_2_9 -
Show latest stable
- Class:
OpenSSL::X509::Revoked
time()public
No documentation available.
static VALUE
ossl_x509revoked_get_time(VALUE self)
{
X509_REVOKED *rev;
GetX509Rev(self, rev);
return asn1time_to_time(rev->revocationDate);
}