JavaScript is disabled on your browser.
Skip navigation links
Java™ Platform
Standard Ed. 8
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
compact1, compact2, compact3
java.security.cert

Interface CertPathChecker

  • All Known Implementing Classes:
    PKIXCertPathChecker, PKIXRevocationChecker


    public interface CertPathChecker

    Performs one or more checks on each Certificate of a CertPath.

    A CertPathChecker implementation is typically created to extend a certification path validation algorithm. For example, an implementation may check for and process a critical private extension of each certificate in a certification path.

    Since:
    1.8
    • Method Summary

      All Methods
      Modifier and Type Method Description
      void check (Certificate cert)
      Performs the check(s) on the specified certificate using its internal state.
      void init (boolean forward)
      Initializes the internal state of this CertPathChecker.
      boolean isForwardCheckingSupported ()
      Indicates if forward checking is supported.
    • Method Detail

      • init

        void init(boolean forward)
         throws CertPathValidatorException 
        Initializes the internal state of this CertPathChecker.

        The forward flag specifies the order that certificates will be passed to the check method (forward or reverse).

        Parameters:
        forward - the order that certificates are presented to the check method. If true, certificates are presented from target to trust anchor (forward); if false, from trust anchor to target (reverse).
        Throws:
        CertPathValidatorException - if this CertPathChecker is unable to check certificates in the specified order
      • isForwardCheckingSupported

        boolean isForwardCheckingSupported()
        Indicates if forward checking is supported. Forward checking refers to the ability of the CertPathChecker to perform its checks when certificates are presented to the check method in the forward direction (from target to trust anchor).
        Returns:
        true if forward checking is supported, false otherwise
      • check

        void check(Certificate cert)
         throws CertPathValidatorException 
        Performs the check(s) on the specified certificate using its internal state. The certificates are presented in the order specified by the init method.
        Parameters:
        cert - the Certificate to be checked
        Throws:
        CertPathValidatorException - if the specified certificate does not pass the check
Skip navigation links
Java™ Platform
Standard Ed. 8
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

Scripting on this page tracks web page traffic, but does not change the content in any way.

AltStyle によって変換されたページ (->オリジナル) /