Class OtherKeyAttribute

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.OtherKeyAttribute
All Implemented Interfaces:
ASN1Encodable, Encodable

public class OtherKeyAttribute extends ASN1Object
RFC 5652: OtherKeyAttribute object.

 OtherKeyAttribute ::= SEQUENCE {
     keyAttrId OBJECT IDENTIFIER,
     keyAttr ANY DEFINED BY keyAttrId OPTIONAL
 }