HomeSort by relevance Sort by last modified time
    Searched refs:attType (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNParser.java 389 String attType = nextAT();
390 if (attType == null) {
398 atav.add(new AttributeTypeAndValue(attType, new AttributeValue("", false)));
405 atav.add(new AttributeTypeAndValue(attType, new AttributeValue(quotedAV(), hasQE)));
408 atav.add(new AttributeTypeAndValue(attType, new AttributeValue(hexAV(), encoded)));
414 atav.add(new AttributeTypeAndValue(attType, new AttributeValue("", false)));
417 atav.add(new AttributeTypeAndValue(attType, new AttributeValue(
434 attType = nextAT();
435 if (attType == null) {
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 356 String attType = nextAT();
357 if (attType == null) {
383 if (attributeType.equalsIgnoreCase(attType)) {
397 attType = nextAT();
398 if (attType == null) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]

Completed in 726 milliseconds