Home | History | Annotate | Download | only in certpath

Lines Matching defs:trustAnchor

78     private TrustAnchor trustAnchor;
155 trustAnchor = null;
185 cf.generateCertPath(certPathList), trustAnchor,
325 if (builder.trustAnchor.getTrustedCert() == null) {
347 checkers.add(new AlgorithmChecker(builder.trustAnchor));
352 if (builder.trustAnchor.getTrustedCert() == null) {
353 rootKey = builder.trustAnchor.getCAPublicKey();
360 TrustAnchor anchor = new TrustAnchor
383 ((RevocationChecker)ckr).init(builder.trustAnchor,
391 checkers.add(new RevocationChecker(builder.trustAnchor,
421 trySetTrustAnchor(builder.trustAnchor);
491 if (builder.trustAnchor.getTrustedCert() == null)
494 this.trustAnchor = builder.trustAnchor;
504 finalCert = builder.trustAnchor.getTrustedCert();
572 private static boolean anchorIsTarget(TrustAnchor anchor,