org.webdocwf.util.smime.der
Class DERBoolean

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

public class DERBoolean
extends DERObject

DERInteger is primitive type of DER encoded object which represents boolean value in ASN.1 notation.


Constructor Summary
DERBoolean(boolean b0)
          Constructs the DER encoded boolean value
 
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

DERBoolean

public DERBoolean(boolean b0)
           throws SMIMEException
Constructs the DER encoded boolean value
Parameters:
b0 - can be true or false.
Throws:
SMIMEException - thrown in super class constructor.


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