com.mindbright.asn1
public class ASN1String extends ASN1Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
value |
isSet, tag
Constructor and Description |
---|
ASN1String(int tag) |
Modifier and Type | Method and Description |
---|---|
void |
decodeValue(ASN1Decoder decoder,
java.io.InputStream in,
int len) |
int |
encodeValue(ASN1Encoder encoder,
java.io.OutputStream out) |
byte[] |
getRaw() |
void |
setRaw(byte[] value) |
decodeValue, getTag, getType, isSet, setValue, toString
public int encodeValue(ASN1Encoder encoder, java.io.OutputStream out) throws java.io.IOException
encodeValue
in class ASN1Object
java.io.IOException
public void decodeValue(ASN1Decoder decoder, java.io.InputStream in, int len) throws java.io.IOException
decodeValue
in class ASN1Object
java.io.IOException
public void setRaw(byte[] value)
public byte[] getRaw()