Package com.oss.asn1

Class Null

All Implemented Interfaces:
Serializable, Cloneable

public class Null extends AbstractData
The Null class represents the ASN.1 NULL type.
Since:
ASN.1/Java 1.0-beta A
See Also:
  • Field Details

    • VALUE

      public static final Null VALUE
      The single static instance of Null (Singleton)
  • Constructor Details

    • Null

      public Null()
      The default constructor.
  • Method Details

    • equalTo

      public final boolean equalTo(Null that)
      Compare 'this' object to another Null object to see if their contents are the same.
      Parameters:
      that - the Null object to compare 'this' object to.
      Returns:
      true if contents of both objects are the same.