Home | History | Annotate | Download | only in cert

Lines Matching defs:anchors

138         Set<TrustAnchor> anchors = new HashSet<TrustAnchor>();
139 anchors.add(new TrustAnchor(trustedCA, null));
141 PKIXParameters params = new PKIXParameters(anchors);