org.bouncycastle.asn1.cms
public class OtherKeyAttribute extends ASN1Encodable
| Constructor Summary | |
|---|---|
| OtherKeyAttribute(ASN1Sequence seq) | |
| OtherKeyAttribute(DERObjectIdentifier keyAttrId, DEREncodable keyAttr) | |
| Method Summary | |
|---|---|
| static OtherKeyAttribute | getInstance(Object o)
return an OtherKeyAttribute object from the given object.
|
| DEREncodable | getKeyAttr() |
| DERObjectIdentifier | getKeyAttrId() |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
Parameters: o the object we want converted.
Throws: IllegalArgumentException if the object cannot be converted.
OtherKeyAttribute ::= SEQUENCE {
keyAttrId OBJECT IDENTIFIER,
keyAttr ANY DEFINED BY keyAttrId OPTIONAL
}