org.webdocwf.util.smime.der
Class DERNull

java.lang.Object
  |
  +--org.webdocwf.util.smime.der.DERObject
        |
        +--org.webdocwf.util.smime.der.DERNull

public class DERNull
extends DERObject

DERNull is primitive type of DER encoded object for Null type in ASN.1 notation. Null object is constant, and always represented by two bytes: 05h and 00h.


Constructor Summary
DERNull()
          Constructs DER encoded object for Null type in ASN.1 notation
 
Methods inherited from class org.webdocwf.util.smime.der.DERObject
getContentOctets, getContentPartSize, getDEREncoded, getIdentifierOctet, getLengthOctets, getLengthPartSize, getTagClassType, getTagComplexity, getTagTypeNumber, getTotalSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERNull

public DERNull()
        throws SMIMEException
Constructs DER encoded object for Null type in ASN.1 notation
Throws:
SMIMEException - thrown in super class constructor.


Copyright © 2002-2002 Together Teamlösungen. All Rights Reserved.