Class ASN1ObjectDescriptor

All Implemented Interfaces:
ASN1Encodable, Encodable

public final class ASN1ObjectDescriptor extends ASN1Primitive
  • Constructor Details

    • ASN1ObjectDescriptor

      public ASN1ObjectDescriptor(ASN1GraphicString baseGraphicString)
  • Method Details

    • getInstance

      public static ASN1ObjectDescriptor getInstance(Object obj)
      Return an ObjectDescriptor from the passed in object.
      Parameters:
      obj - an ASN1ObjectDescriptor or an object that can be converted into one.
      Returns:
      an ASN1ObjectDescriptor instance, or null.
      Throws:
      IllegalArgumentException - if the object cannot be converted.
    • getInstance

      public static ASN1ObjectDescriptor getInstance(ASN1TaggedObject taggedObject, boolean explicit)
      Return an ObjectDescriptor from a tagged object.
      Parameters:
      taggedObject - the tagged object holding the object we want.
      explicit - true if the object is meant to be explicitly tagged, false otherwise.
      Returns:
      an ASN1ObjectDescriptor instance, or null.
      Throws:
      IllegalArgumentException - if the tagged object cannot be converted.
    • getBaseGraphicString

      public ASN1GraphicString getBaseGraphicString()
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class ASN1Primitive