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