Searched defs:attrType (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttribute.java18 * attrType OBJECT IDENTIFIER,
31 * must not have multiple Attribute:s with same attrType (OID) there.
36 private ASN1ObjectIdentifier attrType; field in class:Attribute
71 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
76 ASN1ObjectIdentifier attrType,
79 this.attrType = attrType;
85 return attrType;
105 v.add(attrType);
75 Attribute( ASN1ObjectIdentifier attrType, ASN1Set attrValues) argument
H A DAttributeTable.java219 * @param attrType the type of the attribute to add.
223 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) argument
227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
232 public AttributeTable remove(ASN1ObjectIdentifier attrType) argument
236 newTable.attributes.remove(attrType);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAttribute.java15 private ASN1ObjectIdentifier attrType; field in class:Attribute
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);
52 Attribute( ASN1ObjectIdentifier attrType, ASN1Set attrValues) argument
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...

Completed in 326 milliseconds