|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1String
Field Summary | |
protected byte[] |
value
|
Fields inherited from class com.mindbright.asn1.ASN1Object |
isSet, tag |
Constructor Summary | |
ASN1String(int tag)
|
Method Summary | |
void |
decodeValue(ASN1Decoder decoder,
java.io.InputStream in,
int len)
|
int |
encodeValue(ASN1Encoder encoder,
java.io.OutputStream out)
|
byte[] |
getRaw()
|
void |
setRaw(byte[] value)
|
Methods inherited from class com.mindbright.asn1.ASN1Object |
decodeValue, getTag, getType, isSet, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected byte[] value
Constructor Detail |
public ASN1String(int tag)
Method Detail |
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |