KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > cert > PKIXCertPathChecker

java.security.cert
Class PKIXCertPathChecker

java.lang.Object
  extended by java.security.cert.PKIXCertPathChecker
All Implemented Interfaces:
Cloneable
See Also:
Source Code, isForwardCheckingSupported, clone, init, check, addCertPathChecker, setCertPathCheckers, PKIXBuilderParameters

public abstract void check(Certificate cert,
                           Collection<String> unresolvedCritExts)
                    throws CertPathValidatorException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object clone()
See Also:
Cloneable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Set<String> getSupportedExtensions()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void init(boolean forward)
                   throws CertPathValidatorException
See Also:
check
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean isForwardCheckingSupported()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected PKIXCertPathChecker()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags