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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DExtendedPKIXParameters.java36 private Set necessaryACAttributes; field in class:ExtendedPKIXParameters
63 necessaryACAttributes = new HashSet();
132 necessaryACAttributes = new HashSet(_params.necessaryACAttributes);
528 return Collections.unmodifiableSet(necessaryACAttributes);
539 * @param necessaryACAttributes The necessary AC attributes to set.
541 * <code>necessaryACAttributes</code> is not a
544 public void setNecessaryACAttributes(Set necessaryACAttributes) argument
546 if (necessaryACAttributes == null)
548 this.necessaryACAttributes
[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 648 milliseconds