HomeSort by relevance Sort by last modified time
    Searched defs:attType (Results 1 - 2 of 2) sorted by 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) {
  /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) {

Completed in 256 milliseconds