Package com.oss.asn1

Class ObjectIdentifierIri

All Implemented Interfaces:
com.oss.asn1.Sizeable, Serializable, Cloneable

public class ObjectIdentifierIri extends UTF8String16
The ObjectIdentifierIri class represents the ASN.1 OID-IRI type.
Since:
ASN.1/Java 4.3
See Also:
  • Constructor Details

    • ObjectIdentifierIri

      public ObjectIdentifierIri()
      The default constructor.
    • ObjectIdentifierIri

      public ObjectIdentifierIri(String value)
      Construct from a String.
      Parameters:
      value - the String to set 'this' object to.
    • ObjectIdentifierIri

      public ObjectIdentifierIri(char[] value)
      Construct from a char array.
      Parameters:
      value - the char array to set 'this' object to.