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

/openjdk7/jdk/test/java/net/URL/
H A DEquals.java27 * @summary Test URL.equals with anchors, and jar URLs
34 anchors();
38 static void anchors() throws Exception { method in class:Equals
45 throw new RuntimeException("URL.equals fails with anchors");
47 throw new RuntimeException("URL.equals fails with anchors");
/openjdk7/jdk/test/java/security/cert/CertPathValidator/trustAnchor/
H A DValidateNC.java60 * on trust anchors are not supported.
69 private static Set anchors; field in class:ValidateNC
88 new PKIXBuilderParameters(anchors, sel);
113 anchors = Collections.singleton(anchor);
114 params = new PKIXParameters(anchors);

Completed in 415 milliseconds