com.mindbright.asn1
public abstract class ASN1Object extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isSet |
protected int |
tag |
| Modifier | Constructor and Description |
|---|---|
protected |
ASN1Object(int tag) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decodeValue(ASN1Decoder decoder,
java.io.InputStream in,
int len) |
void |
decodeValue(ASN1Decoder decoder,
java.io.InputStream in,
int tag,
int len) |
abstract int |
encodeValue(ASN1Encoder encoder,
java.io.OutputStream out) |
int |
getTag() |
java.lang.String |
getType() |
boolean |
isSet() |
void |
setValue() |
java.lang.String |
toString() |
public final int getTag()
public java.lang.String getType()
public void setValue()
public boolean isSet()
public java.lang.String toString()
toString in class java.lang.Objectpublic void decodeValue(ASN1Decoder decoder, java.io.InputStream in, int tag, int len) throws java.io.IOException
java.io.IOExceptionprotected void decodeValue(ASN1Decoder decoder, java.io.InputStream in, int len) throws java.io.IOException
java.io.IOExceptionpublic abstract int encodeValue(ASN1Encoder encoder, java.io.OutputStream out) throws java.io.IOException
java.io.IOException