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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttribute.java19 * attrType OBJECT IDENTIFIER,
32 * must not have multiple Attribute:s with same attrType (OID) there.
37 private ASN1ObjectIdentifier attrType; field in class:Attribute
72 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
80 DERObjectIdentifier attrType,
83 this.attrType = new ASN1ObjectIdentifier(attrType.getId());
88 ASN1ObjectIdentifier attrType,
91 this.attrType = attrType;
79 Attribute( DERObjectIdentifier attrType, ASN1Set attrValues) argument
87 Attribute( ASN1ObjectIdentifier attrType, ASN1Set attrValues) argument
[all...]
H A DAttributeTable.java236 * @param attrType
240 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) argument
244 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
249 public AttributeTable remove(ASN1ObjectIdentifier attrType) argument
253 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/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 170 milliseconds