org.apache.asn1.der
Class DERNull

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

public class DERNull
extends DERObject

A NULL object.


Field Summary
private static byte[] zeroBytes
           
 
Fields inherited from class org.apache.asn1.der.DERObject
APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SET, T61_STRING, tag, TAGGED, TERMINATOR, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, value, VIDEOTEX_STRING, VISIBLE_STRING
 
Constructor Summary
DERNull()
           
 
Method Summary
 
Methods inherited from class org.apache.asn1.der.DERObject
encode, equals, getOctets, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zeroBytes

private static final byte[] zeroBytes
Constructor Detail

DERNull

public DERNull()


Copyright © 2005-2009 . All Rights Reserved.