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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attribute.java 19 * attrType OBJECT IDENTIFIER,
32 * must not have multiple Attribute:s with same attrType (OID) there.
37 private ASN1ObjectIdentifier attrType;
72 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
80 DERObjectIdentifier attrType,
83 this.attrType = new ASN1ObjectIdentifier(attrType.getId());
88 ASN1ObjectIdentifier attrType,
91 this.attrType = attrType;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java 15 private ASN1ObjectIdentifier attrType;
48 attrType = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0));
53 ASN1ObjectIdentifier 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);
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 306 milliseconds