Searched defs:PKIXCertPathValidatorResult (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DPKIXCertPathValidatorResult.java34 * <p>Instances of <code>PKIXCertPathValidatorResult</code> are returned by the
38 * <p> All <code>PKIXCertPathValidatorResult</code> objects contain the
58 public class PKIXCertPathValidatorResult implements CertPathValidatorResult { class in inherits:CertPathValidatorResult
65 * Creates an instance of <code>PKIXCertPathValidatorResult</code>
76 public PKIXCertPathValidatorResult(TrustAnchor trustAnchor, method in class:PKIXCertPathValidatorResult
145 * <code>PKIXCertPathValidatorResult</code>.
148 * <code>PKIXCertPathValidatorResult</code>
152 sb.append("PKIXCertPathValidatorResult: [\n");

Completed in 30 milliseconds