BerType
public class BerObjectDescriptor extends BerGraphicString
Modifier and Type | Field | Description |
---|---|---|
static BerTag |
tag |
value
Constructor | Description |
---|---|
BerObjectDescriptor() |
|
BerObjectDescriptor(byte[] value) |
Modifier and Type | Method | Description |
---|---|---|
int |
decode(java.io.InputStream is,
boolean withTag) |
|
int |
encode(java.io.OutputStream reverseOS,
boolean withTag) |
toString
decode, encode
public static final BerTag tag
public BerObjectDescriptor()
public BerObjectDescriptor(byte[] value)
public int encode(java.io.OutputStream reverseOS, boolean withTag) throws java.io.IOException
encode
in class BerGraphicString
java.io.IOException
public int decode(java.io.InputStream is, boolean withTag) throws java.io.IOException
decode
in class BerGraphicString
java.io.IOException