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, 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 setRaw(byte[] value)
public byte[] getRaw()