|
Bouncy Castle Cryptography Library 1.79 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.cms.AttributeTable
This is helper tool to construct Attributes
sets.
Constructor Summary | |
AttributeTable(org.bouncycastle.asn1.ASN1EncodableVector v)
|
|
AttributeTable(org.bouncycastle.asn1.ASN1Set s)
|
|
AttributeTable(Attribute attr)
|
|
AttributeTable(Attributes attrs)
|
|
AttributeTable(java.util.Hashtable attrs)
|
Method Summary | |
AttributeTable |
add(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType,
org.bouncycastle.asn1.ASN1Encodable attrValue)
Return a new table with the passed in attribute added. |
Attribute |
get(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
Return the first attribute matching the OBJECT IDENTIFIER oid. |
org.bouncycastle.asn1.ASN1EncodableVector |
getAll(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
Return all the attributes matching the OBJECT IDENTIFIER oid. |
AttributeTable |
remove(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType)
|
int |
size()
|
org.bouncycastle.asn1.ASN1EncodableVector |
toASN1EncodableVector()
|
Attributes |
toASN1Structure()
|
java.util.Hashtable |
toHashtable()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeTable(java.util.Hashtable attrs)
public AttributeTable(org.bouncycastle.asn1.ASN1EncodableVector v)
public AttributeTable(org.bouncycastle.asn1.ASN1Set s)
public AttributeTable(Attribute attr)
public AttributeTable(Attributes attrs)
Method Detail |
public Attribute get(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
oid
- type of attribute required.
public org.bouncycastle.asn1.ASN1EncodableVector getAll(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
oid
- type of attribute required.
public int size()
public java.util.Hashtable toHashtable()
public org.bouncycastle.asn1.ASN1EncodableVector toASN1EncodableVector()
public Attributes toASN1Structure()
public AttributeTable add(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType, org.bouncycastle.asn1.ASN1Encodable attrValue)
attrType
- the type of the attribute to add.attrValue
- the value corresponding to the attribute (will be wrapped in a SET).
public AttributeTable remove(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType)
|
Bouncy Castle Cryptography Library 1.79 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |