| 
    gluu
    
   | 
 


公開メンバ関数 | |
| PathCertificateVerifier (boolean verifySelfSignedCert) | |
| ValidationStatus | validate (X509Certificate certificate, List< X509Certificate > issuers, Date validationDate) | 
| PKIXCertPathBuilderResult | verifyCertificate (X509Certificate certificate, List< X509Certificate > additionalCerts) | 
| void | destroy () | 
静的公開メンバ関数 | |
| static boolean | isSelfSigned (X509Certificate certificate) throws CertificateException, NoSuchAlgorithmException, NoSuchProviderException | 
非公開メンバ関数 | |
| PKIXCertPathBuilderResult | verifyCertificate (X509Certificate certificate, Set< X509Certificate > trustedRootCerts, Set< X509Certificate > intermediateCerts) throws GeneralSecurityException | 
非公開変数類 | |
| boolean | verifySelfSignedCertificate | 
静的非公開変数類 | |
| static final Logger | log = LoggerFactory.getLogger(PathCertificateVerifier.class) | 
Chain certificate verifier
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlinestatic | 
      
  | 
  inline | 
org.xdi.oxauth.cert.validation.CertificateVerifierを実装しています。
      
  | 
  inline | 
      
  | 
  inlineprivate | 
Attempts to build a certification chain for given certificate to verify it. Relies on a set of root CA certificates (trust anchors) and a set of intermediate certificates (to be used as part of the chain).
      
  | 
  staticprivate | 
      
  | 
  private | 
 1.8.13