Searched refs:certPolicySet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.java1075 * policies extension. If <code>certPolicySet</code> is empty, then the
1077 * in its certificate policies extension. If <code>certPolicySet</code> is
1083 * @param certPolicySet a <code>Set</code> of certificate policy OIDs in
1092 public void setPolicy(Set<String> certPolicySet) throws IOException { argument
1093 if (certPolicySet == null) {
1099 (new HashSet<String>(certPolicySet));
1106 throw new IOException("non String in certPolicySet");

Completed in 37 milliseconds