|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.gsi.trustmanager.TrustedCertPathFinder
public final class TrustedCertPathFinder
Created by IntelliJ IDEA. User: turtlebender Date: Jan 20, 2010 Time: 4:51:38 PM To change this template use File | Settings | File Templates.
| Method Summary | |
|---|---|
static java.security.cert.CertPath |
findTrustedCertPath(java.security.KeyStore keyStore,
java.security.cert.CertPath certPath)
Method that validates the provided cert path to find a trusted certificate in the certificate store. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.security.cert.CertPath findTrustedCertPath(java.security.KeyStore keyStore,
java.security.cert.CertPath certPath)
throws java.security.cert.CertPathValidatorException
keyStore - The key store containing CA trust root certificatescertPath - The certpath from which to extract a valid cert path to a trusted certificate.
java.security.cert.CertPathValidatorException - If the CertPath is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||