Package com.oss.asn1
Class Null
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.Null
- All Implemented Interfaces:
Serializable
,Cloneable
The Null class represents the ASN.1 NULL type.
- Since:
- ASN.1/Java 1.0-beta A
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Null
The single static instance of Null (Singleton)Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oss.asn1.AbstractData
clone, delete, equals, hashCode, isEncodable, isPDU, isValid, toString, toString
-
Field Details
-
VALUE
The single static instance of Null (Singleton)
-
-
Constructor Details
-
Null
public Null()The default constructor.
-
-
Method Details
-
equalTo
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.
-