Package com.oss.asn1

Class ISO8601String

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

public class ISO8601String extends AbstractString16
The ISO8601String class represents the ASN.1 TIME type
Since:
ASN.1/Java 4.0 Beta A
See Also:
  • Constructor Details

    • ISO8601String

      public ISO8601String()
      The default constructor.
    • ISO8601String

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

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