Ruby 2.4.0 リファレンスマニュアル > ライブラリ一覧 > opensslライブラリ > OpenSSL::OCSP::CertificateIdクラス > cmp_issuer

instance method OpenSSL::OCSP::CertificateId#cmp_issuer

cmp_issuer(other) -> bool[permalink][rdoc]

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

[PARAM] other:
比較する OpenSSL::OCSP::CertificateId オブジェクト

[SEE_ALSO] OpenSSL::OCSP::CertificateId#cmp