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
     }
     
    • Method Detail

      • getInstance

        public static OtherKeyAttribute getInstance​(java.lang.Object o)
        Return an OtherKeyAttribute object from the given object.

        Accepted inputs:

        Parameters:
        o - the object we want converted.
        Throws:
        java.lang.IllegalArgumentException - if the object cannot be converted.