2件ヒット
[1-2件を表示]
(0.106秒)
ライブラリ
- openssl (2)
キーワード
-
add
_ nonce (1) -
add
_ status (1)
検索結果
先頭2件
-
OpenSSL
:: OCSP :: BasicResponse # add _ nonce(val=nil) -> self (27607.0) -
BasicResponse に nonce を追加します。
...BasicResponse に nonce を追加します。
引数を省略すると、ランダムな nonce を生成し利用します。
通常はこのメソッドを使わず OpenSSL::OCSP::BasicResponse#copy_nonce を
用います。
@param val 追加する nonce の値(文字列)... -
OpenSSL
:: OCSP :: BasicResponse # add _ status(cid , status , reason , revtime , thisupd , nextupd , exts) -> self (27607.0) -
証明書の状態の問い合わせの結果をオブジェクトに追加します。
...証明書の状態の問い合わせの結果をオブジェクトに追加します。
詳しくは OpenSSL::OCSP::BasicResponse#status を見てください。
@param cid 問い合わせの(OpenSSL::OCSP::CertificateId オブジェクト)
@param status ステータスコード(整数)
@param rea...