Package org.ldaptive.asn1
Class NullType
java.lang.Object
org.ldaptive.asn1.AbstractDERType
org.ldaptive.asn1.NullType
- All Implemented Interfaces:
DEREncoder
Convenience type for a tag with a null value.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractDERType
encode
-
Constructor Details
-
NullType
Creates a new null type.- Parameters:
tag
- der tag associated with this type
-
-
Method Details
-
encode
public byte[] encode()Description copied from interface:DEREncoder
Encode this object into it's DER type.- Specified by:
encode
in interfaceDEREncoder
- Returns:
- DER encoded object
-