com.mindbright.asn1
Class ASN1DynamicType
java.lang.Object
com.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1DynamicType
- Direct Known Subclasses:
- ASN1AnyDefinedBy, ASN1Choice
public abstract class ASN1DynamicType
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected ASN1Object value
ASN1DynamicType
protected ASN1DynamicType()
setValue
public final void setValue(ASN1Object value)
getValue
public final ASN1Object getValue()
getType
public java.lang.String getType()
- Overrides:
getType
in class ASN1Object
setValue
public void setValue()
- Overrides:
setValue
in class ASN1Object
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 tag,
int len)
throws java.io.IOException
- Overrides:
decodeValue
in class ASN1Object
- Throws:
java.io.IOException
bindType
protected abstract ASN1Object bindType(int tag)
throws java.io.IOException
- Throws:
java.io.IOException