method
next_update
v1_9_3_392 -
Show latest stable
- Class:
OpenSSL::X509::CRL
next_update()public
No documentation available.
static VALUE
ossl_x509crl_get_next_update(VALUE self)
{
X509_CRL *crl;
GetX509CRL(self, crl);
return asn1time_to_time(X509_CRL_get_nextUpdate(crl));
}