org.openmuc.jasn1.ber.types
public class BerObjectIdentifier extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
code |
protected BerIdentifier |
id |
static BerIdentifier |
identifier |
int[] |
objectIdentifierComponents |
| Constructor and Description |
|---|
BerObjectIdentifier() |
BerObjectIdentifier(byte[] code) |
BerObjectIdentifier(int[] objectIdentifierComponents) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(java.io.InputStream iStream,
boolean explicit) |
int |
encode(BerByteArrayOutputStream berOStream,
boolean explicit) |
java.lang.String |
toString() |
public static final BerIdentifier identifier
protected BerIdentifier id
public byte[] code
public int[] objectIdentifierComponents
public BerObjectIdentifier()
public BerObjectIdentifier(byte[] code)
public BerObjectIdentifier(int[] objectIdentifierComponents)
public int encode(BerByteArrayOutputStream berOStream, boolean explicit) throws java.io.IOException
java.io.IOExceptionpublic int decode(java.io.InputStream iStream,
boolean explicit)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object