com.mindbright.asn1
public class ASN1Boolean extends ASN1Object
isSet, tag| Constructor and Description |
|---|
ASN1Boolean() |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeValue(ASN1Decoder decoder,
java.io.InputStream in,
int len) |
int |
encodeValue(ASN1Encoder encoder,
java.io.OutputStream out) |
boolean |
getValue() |
void |
setValue(boolean value) |
decodeValue, getTag, getType, isSet, setValue, toStringpublic int encodeValue(ASN1Encoder encoder, java.io.OutputStream out) throws java.io.IOException
encodeValue in class ASN1Objectjava.io.IOExceptionpublic void decodeValue(ASN1Decoder decoder, java.io.InputStream in, int len) throws java.io.IOException
decodeValue in class ASN1Objectjava.io.IOExceptionpublic void setValue(boolean value)
public boolean getValue()