HomeSort by relevance Sort by last modified time
    Searched defs:attrType (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java 15 private DERObjectIdentifier attrType;
48 attrType = DERObjectIdentifier.getInstance(seq.getObjectAt(0));
53 DERObjectIdentifier attrType,
56 this.attrType = attrType;
62 return new ASN1ObjectIdentifier(attrType.getId());
79 * attrType OBJECT IDENTIFIER,
88 v.add(attrType);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java 69 int attrType;
76 attrType = (int) newAttrNode.getNodeType();
77 assertEquals("type", 2, attrType);
hc_documentcreateattribute.java 68 int attrType;
75 attrType = (int) newAttrNode.getNodeType();
76 assertEquals("type", 2, attrType);

Completed in 56 milliseconds