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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DExtendedPKIXParameters.java40 private Set prohibitedACAttributes; field in class:ExtendedPKIXParameters
69 prohibitedACAttributes = new HashSet();
136 prohibitedACAttributes = new HashSet(_params.prohibitedACAttributes);
582 return Collections.unmodifiableSet(prohibitedACAttributes);
593 * @param prohibitedACAttributes The prohibited AC attributes to set.
595 * <code>prohibitedACAttributes</code> is not a
598 public void setProhibitedACAttributes(Set prohibitedACAttributes) argument
600 if (prohibitedACAttributes == null)
602 this.prohibitedACAttributes
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 99 milliseconds