るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.099秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:response[x] > クラス:OpenSSL::OCSP::Response[x]

別のキーワード

  1. response new
  2. net/http response
  3. http get_response
  4. net/http get_response
  5. imap add_response_handler

ライブラリ

キーワード

検索結果

OpenSSL::OCSP::Response#basic -> OpenSSL::OCSP::BasicResponse | nil (3118.0)

Response オブジェクトが保持している BasicResponse オブジェクトを 返します。

...Response オブジェクトが保持している BasicResponse オブジェクトを
返します。

@see OpenSSL::OCSP::BasicResponse...

OpenSSL::OCSP::Response#status -> Integer (3044.0)

ステータスコードを整数で返します。

...返します。
* OpenSSL::OCSP::RESPONSE_STATUS_SUCCESSFUL
* OpenSSL::OCSP::RESPONSE_STATUS_MALFORMEDREQUEST
* OpenSSL::OCSP::RESPONSE_STATUS_INTERNALERROR
* OpenSSL::OCSP::RESPONSE_STATUS_TRYLATER
* OpenSSL::OCSP::RESPONSE_STATUS_SIGREQUIRED
* OpenSSL::OCSP::RESPONSE_STATUS_UNAUTHORIZE...
...D

@see OpenSSL::OCSP::Response#status_string...

OpenSSL::OCSP::Response#to_der -> String (3018.0)

Response オブジェクトを DER 形式の文字列に変換します。

...Response オブジェクトを DER 形式の文字列に変換します。...

OpenSSL::OCSP::Response#status_string -> String (3008.0)

レスポンスステータスを human-readable な文字列で返します。

...レスポンスステータスを human-readable な文字列で返します。

@see OpenSSL::OCSP::Response#status...