org.apache.directory.shared.asn1.der
Class DERNull

java.lang.Object
  extended by org.apache.directory.shared.asn1.der.DERObject
      extended by org.apache.directory.shared.asn1.der.DERNull
All Implemented Interfaces:
DEREncodable
Direct Known Subclasses:
BERNull

public class DERNull
extends DERObject

A NULL object.


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
tag, value
 
Constructor Summary
DERNull()
           
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERObject
encode, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERNull

public DERNull()


Copyright © 2004-2010. All Rights Reserved.