public class BerObjectIdentifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
code |
static BerTag |
tag |
int[] |
value |
Constructor and Description |
---|
BerObjectIdentifier() |
BerObjectIdentifier(byte[] code) |
BerObjectIdentifier(int[] value) |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream is) |
int |
decode(java.io.InputStream is,
boolean withTag) |
int |
encode(BerByteArrayOutputStream os) |
int |
encode(BerByteArrayOutputStream os,
boolean withTag) |
java.lang.String |
toString() |
public static final BerTag tag
public byte[] code
public int[] value
public BerObjectIdentifier()
public BerObjectIdentifier(byte[] code)
public BerObjectIdentifier(int[] value)
public int encode(BerByteArrayOutputStream os) throws java.io.IOException
java.io.IOException
public int encode(BerByteArrayOutputStream os, boolean withTag) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream is, boolean withTag) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object