method
serial
v1_9_2_180 -
Show latest stable
- Class:
OpenSSL::OCSP::CertificateId
serial()public
No documentation available.
static VALUE
ossl_ocspcid_get_serial(VALUE self)
{
OCSP_CERTID *id;
GetOCSPCertId(self, id);
return asn1integer_to_num(id->serialNumber);
}