| Package | Description |
|---|---|
| org.apache.directory.api.asn1.util |
| Modifier and Type | Method and Description |
|---|---|
private static Oid.OidFSAState |
Oid.processStateA(String oid,
int pos)
Process state B
(A) --['.']
|
private static Oid.OidFSAState |
Oid.processStateB(String oid,
byte[] buffer,
int pos)
Process state B
(B) --['0']--> (D)
(B) --['1'..'3']--> (C)
(B) --['4'..'9']--> (E)
|
private static Oid.OidFSAState |
Oid.processStateC(String oid,
byte[] buffer,
int pos)
Process state C
(C) --['.']
|
private static Oid.OidFSAState |
Oid.processStateDE(String oid,
byte[] buffer,
int pos)
Process state D and E
(D) --['.']
|
private static Oid.OidFSAState |
Oid.processStateF(String oid,
int pos)
Process state F
(F) --['.']
|
private static Oid.OidFSAState |
Oid.processStateG(String oid,
byte[] buffer,
int pos)
Process state G
(G) --['0']--> (I)
(G) --['1'..'9']--> (H)
|
private static Oid.OidFSAState |
Oid.processStateH(String oid,
byte[] buffer,
int pos)
Process state H
(H) --['.']
|
private static Oid.OidFSAState |
Oid.processStateI(String oid,
byte[] buffer,
int pos)
Process state I
(I) --['.']
|
private static Oid.OidFSAState |
Oid.processStateJ(String oid,
byte[] buffer,
int bufferPos,
int pos)
Process state J
(J) --['.']
|
private static Oid.OidFSAState |
Oid.processStateK(String oid,
byte[] buffer,
int bufferPos,
int pos)
Process state J
(K) --['0']--> (M)
(K) --['1'..'9']--> (L)
|
private static Oid.OidFSAState |
Oid.processStateL(String oid,
byte[] buffer,
int bufferPos,
int pos)
Process state J
(L) --['.']
|
private static Oid.OidFSAState |
Oid.processStateM(String oid,
int pos)
Process state J
(M) --['.']
|
private static Oid.OidFSAState |
Oid.processStateStart(String oid,
byte[] buffer,
int pos)
Process state A
(Start) --['0','1']--> (A)
(start) --['2']--> (F)
|
static Oid.OidFSAState |
Oid.OidFSAState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Oid.OidFSAState[] |
Oid.OidFSAState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.