るりまサーチ (Ruby 3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.147秒)
トップページ > クエリ:open[x] > クエリ:e[x] > クエリ:CertificateId[x] > バージョン:3.0[x] > クエリ:cmp_issuer[x]

別のキーワード

  1. certificateid cmp_issuer
  2. openssl certificateid
  3. certificateid cmp
  4. certificateid new
  5. certificateid serial

ライブラリ

検索結果

OpenSSL::OCSP::CertificateId#cmp_issuer(other) -> bool (90988.0)

2つの CertificateId オブジェクトの issuer(証明書発行者)を比較し、 同じ issuer であれば真を返します。

2つの CertificateId オブジェクトの issuer(証明書発行者)を比較し、
同じ issuer であれば真を返します。

@param other 比較する OpenSSL::OCSP::CertificateId オブジェクト
@see OpenSSL::OCSP::CertificateId#cmp

OpenSSL::OCSP::CertificateId#cmp(other) -> bool (27403.0)

2つの CertificateId オブジェクトを比較し、 同じものであれば真を返します。

2つの CertificateId オブジェクトを比較し、
同じものであれば真を返します。

@param other 比較する OpenSSL::OCSP::CertificateId オブジェクト
@see OpenSSL::OCSP::CertificateId#cmp_issuer