public class BerNumericString extends BerOctetString
| Modifier and Type | Field and Description |
|---|---|
static BerTag |
tag |
value| Constructor and Description |
|---|
BerNumericString() |
BerNumericString(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(java.io.InputStream is,
boolean withTag) |
int |
encode(java.io.OutputStream reverseOS,
boolean withTag) |
java.lang.String |
toString() |
decode, encodepublic static final BerTag tag
public BerNumericString()
public BerNumericString(byte[] value)
public java.lang.String toString()
toString in class BerOctetStringpublic int encode(java.io.OutputStream reverseOS,
boolean withTag)
throws java.io.IOException
encode in class BerOctetStringjava.io.IOExceptionpublic int decode(java.io.InputStream is,
boolean withTag)
throws java.io.IOException
decode in class BerOctetStringjava.io.IOException