com.mindbright.asn1
Class ASN1Boolean

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Boolean

public class ASN1Boolean
extends ASN1Object


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
ASN1Boolean()
           
 
Method Summary
 void decodeValue(ASN1Decoder decoder, java.io.InputStream in, int len)
           
 int encodeValue(ASN1Encoder encoder, java.io.OutputStream out)
           
 boolean getValue()
           
 void setValue(boolean value)
           
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, getType, isSet, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1Boolean

public ASN1Boolean()
Method Detail

encodeValue

public int encodeValue(ASN1Encoder encoder,
                       java.io.OutputStream out)
                throws java.io.IOException
Specified by:
encodeValue in class ASN1Object
Throws:
java.io.IOException

decodeValue

public void decodeValue(ASN1Decoder decoder,
                        java.io.InputStream in,
                        int len)
                 throws java.io.IOException
Overrides:
decodeValue in class ASN1Object
Throws:
java.io.IOException

setValue

public void setValue(boolean value)

getValue

public boolean getValue()