Searched defs:EMPTY_SET (Results 1 – 6 of 6) sorted by relevance
6 static final BERSet EMPTY_SET = new BERSet(); field in BERFactory
6 static final ASN1Set EMPTY_SET = new DERSet(); field in DERFactory
19 static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in OCSPUtils
48 static final Set EMPTY_SET = new SmallSet(null, null); field in SmallSet
35 private static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in CertUtils
33 #define EMPTY_SET 0x2205 macro