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

java.lang.Object
  extended byorg.apache.directory.shared.asn1.der.DERObject
      extended byorg.apache.directory.shared.asn1.der.DERNull
          extended byorg.apache.directory.shared.asn1.der.BERNull
All Implemented Interfaces:
DEREncodable

public class BERNull
extends DERNull

A BER NULL object.


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

Constructor Detail

BERNull

public BERNull()
Method Detail

encode

public void encode(ASN1OutputStream out)
            throws java.io.IOException
Specified by:
encode in interface DEREncodable
Overrides:
encode in class DERObject
Throws:
java.io.IOException


Copyright © 2004-2007 null. All Rights Reserved.