Class 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
     }