keycloak-service
公開メンバ関数 | 全メンバ一覧
org.keycloak.authentication.authenticators.x509.CertificateValidator.OCSPChecker クラスabstract
org.keycloak.authentication.authenticators.x509.CertificateValidator.OCSPChecker の継承関係図
Inheritance graph
org.keycloak.authentication.authenticators.x509.CertificateValidator.OCSPChecker 連携図
Collaboration graph

公開メンバ関数

abstract OCSPUtils.OCSPRevocationStatus check (X509Certificate cert, X509Certificate issuerCertificate) throws CertPathValidatorException
 

詳解

関数詳解

◆ check()

abstract OCSPUtils.OCSPRevocationStatus org.keycloak.authentication.authenticators.x509.CertificateValidator.OCSPChecker.check ( X509Certificate  cert,
X509Certificate  issuerCertificate 
) throws CertPathValidatorException
abstract

Requests certificate revocation status using OCSP. The OCSP responder URI is obtained from the certificate's AIA extension.

引数
certthe certificate to be checked
issuerCertificateThe issuer certificate
戻り値
revocation status

このクラス詳解は次のファイルから抽出されました: