| 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 |
|---|---|
Object |
Decoder.decode(Object object)
Decodes an "encoded" Object and returns a "decoded" Object.
|
| Modifier and Type | Method and Description |
|---|---|
static Oid |
Oid.fromBytes(byte[] oidBytes)
Decodes an OID from a
byte[]. |
static Oid |
Oid.fromString(String oidString)
Returns an OID object representing
oidString. |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.