Searched refs:TAG_SET (Results 1 – 3 of 3) sorted by relevance
36 private static final String TAG_SET = "set"; field in PreferredComponent129 if (tagName.equals(TAG_SET)) { in PreferredComponent()188 serializer.startTag(null, TAG_SET); in writeToXml()190 serializer.endTag(null, TAG_SET); in writeToXml()
23 public static final int TAG_SET = 0x11; field in Asn1Decoder67 sTagMap.put(TAG_SET, Asn1Tag.SET); in sTagMap.put() argument
264 if (itemMap.put(item.getTag(), item) != null && item.getTag() != Asn1Decoder.TAG_SET) { in unpackPkcs7()368 } else if (attributeSeq.getTag() == Asn1Decoder.TAG_SET) { in buildCSR()