| 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. |
private static Oid.OidFSAState |
Oid.processStateA(String oid,
int pos)
Process state B
|
private static Oid.OidFSAState |
Oid.processStateB(String oid,
byte[] buffer,
int pos)
Process state B
|
private static Oid.OidFSAState |
Oid.processStateC(String oid,
byte[] buffer,
int pos)
Process state C
|
private static Oid.OidFSAState |
Oid.processStateDE(String oid,
byte[] buffer,
int pos)
Process state D and E
|
private static Oid.OidFSAState |
Oid.processStateF(String oid,
int pos)
Process state F
|
private static Oid.OidFSAState |
Oid.processStateG(String oid,
byte[] buffer,
int pos)
Process state G
|
private static Oid.OidFSAState |
Oid.processStateH(String oid,
byte[] buffer,
int pos)
Process state H
|
private static Oid.OidFSAState |
Oid.processStateI(String oid,
byte[] buffer,
int pos)
Process state I
|
private static Oid.OidFSAState |
Oid.processStateJ(String oid,
byte[] buffer,
int bufferPos,
int pos)
Process state J
|
private static Oid.OidFSAState |
Oid.processStateK(String oid,
byte[] buffer,
int bufferPos,
int pos)
Process state J
|
private static Oid.OidFSAState |
Oid.processStateL(String oid,
byte[] buffer,
int bufferPos,
int pos)
Process state J
|
private static Oid.OidFSAState |
Oid.processStateM(String oid,
int pos)
Process state J
|
private static Oid.OidFSAState |
Oid.processStateStart(String oid,
byte[] buffer,
int pos)
Process state A
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.