HomeSort by relevance Sort by last modified time
    Searched defs:attrType (Results 1 - 3 of 3) 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);
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 461 milliseconds