API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. PKIXCertPathChecker View Source
Author(s)
Yassir Elley
Sean Mullan
Since
1.4
Version
1.8 11/17/05
Serial
Hierarchy
 Object
      PKIXCertPathChecker
Implements
 Cloneable
Subclasses
Description
publicabstract abstract class PKIXCertPathChecker
  An abstract class that performs one or more checks on an X509Certificate.
Constructors
protected PKIXCertPathChecker ()
Default constructor.
Methods
Hide/Show inherited methods
publicabstract void check (Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException
  Performs the check(s) on the specified certificate using its internal state and removes any critical extensions that it processes from the specified collection of OID strings that represent the unresolved critical extensions.
public Object clone ()
  Returns a clone of this object.
publicabstract Set<String> getSupportedExtensions ()
  Returns an immutable Set of X.509 certificate extensions that this PKIXCertPathChecker supports (i.e.
publicabstract void init (boolean forward) throws CertPathValidatorException
  Initializes the internal state of this PKIXCertPathChecker.
publicabstract boolean isForwardCheckingSupported ()
  Indicates if forward checking is supported.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar