| Package | Description |
|---|---|
| org.apache.directory.api.asn1 |
Provides the fundamental stateful codec interfaces.
|
| org.apache.directory.api.asn1.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Asn1Object.addLength(int length)
Add a length to the object
|
void |
AbstractAsn1Object.addLength(int length)
Add a length to the object
|
Object |
Decoder.decode(Object object)
Decodes an "encoded" Object and returns a "decoded" Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Oid.setOid(byte[] oid)
Set the Oid.
|
void |
Oid.setOid(String oid)
Set the Oid.
|
| Constructor and Description |
|---|
Oid(byte[] oid)
Create a new Oid object from a byte array
|
Oid(String oid)
Create a new Oid object from a String
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.