Package com.oss.asn1

Class RelativeObjectIdentifierIri

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

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

    • RelativeObjectIdentifierIri

      public RelativeObjectIdentifierIri()
      The default constructor.
    • RelativeObjectIdentifierIri

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

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