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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DExtendedPKIXParameters.java38 private Set prohibitedACAttributes; field in class:ExtendedPKIXParameters
64 prohibitedACAttributes = new HashSet();
131 prohibitedACAttributes = new HashSet(_params.prohibitedACAttributes);
573 return Collections.unmodifiableSet(prohibitedACAttributes);
584 * @param prohibitedACAttributes The prohibited AC attributes to set.
586 * <code>prohibitedACAttributes</code> is not a
589 public void setProhibitedACAttributes(Set prohibitedACAttributes) argument
591 if (prohibitedACAttributes == null)
593 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 720 milliseconds