Package com.oss.asn1

Class UniversalString

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

public class UniversalString extends AbstractString32
The UniversalString class represents the ASN.1 UniversalString type.
Since:
ASN.1/Java 1.0-beta A
See Also:
  • Constructor Details

    • UniversalString

      public UniversalString()
      The default constructor.
    • UniversalString

      public UniversalString(int[] value)
      Construct from an int array.
      Parameters:
      value - the int array to set 'this' object to.
    • UniversalString

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

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