Home
last modified time | relevance | path

Searched defs:attrType (Results 1 – 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttribute.java16 private ASN1ObjectIdentifier attrType; field in Attribute
52 DERObjectIdentifier attrType, in Attribute()
60 ASN1ObjectIdentifier attrType, in Attribute()
DAttributeTable.java231 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add()
240 public AttributeTable remove(ASN1ObjectIdentifier attrType) in remove()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DAttribute.java15 private ASN1ObjectIdentifier attrType; field in Attribute
53 ASN1ObjectIdentifier attrType, in Attribute()