Class PathChecker

  • All Implemented Interfaces:
    Cloneable, CertPathChecker

    public class PathChecker
    extends PKIXCertPathChecker
    This class is used by CertificatePathValidator to check revocation status of the certificate chain. Certificates in the chain will be passed to the check(..,..) method one by one. This is not Thread safe since the process is state full. Should not be shared among threads.