Class ASN1Null
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public final class ASN1Null extends ImmutableDataObject
A representation for the ASN1 Null type.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
readResolve()
Ensures that the static instance is used on deserialization.String
toString()
Returns a string representation of the object.-
Methods inherited from class com.opencloud.util.ImmutableDataObject
clone, isReadOnly, setReadOnly
-
-
-
-
Field Detail
-
INSTANCE
public static final ASN1Null INSTANCE
An instance of the ASN1Null type.
-
-