APIdock / Ruby
/
method

status

ruby latest stable - Class: OpenSSL ::OCSP ::Response
status()
public

Returns the status of the response.

static VALUE
ossl_ocspres_status(VALUE self)
{
 OCSP_RESPONSE *res;
 int st;
 GetOCSPRes(self, res);
 st = OCSP_response_status(res);
 return INT2NUM(st);
}

AltStyle によって変換されたページ (->オリジナル) /