public interface LookupResult
| Modifier and Type | Field and Description |
|---|---|
static int |
RESULT_DECRYPTION_FAILURE
b33 requires per-client auth private key, the router has a key, but decryption failed;
please supply a new key in a blinding info message
|
static int |
RESULT_DEFERRED
For async calls only.
|
static int |
RESULT_FAILURE
general failure, probably a local hostname lookup failure, or a b32 lookup timeout
|
static int |
RESULT_KEY_REQUIRED
b33 requires per-client auth private key but the router does not have it cached;
please supply in a blinding info message
|
static int |
RESULT_SECRET_AND_KEY_REQUIRED
b33 requires a lookup password and per-client auth private key but the router does not have them cached;
please supply in a blinding info message
|
static int |
RESULT_SECRET_REQUIRED
b33 requires a lookup password but the router does not have it cached;
please supply in a blinding info message
|
static int |
RESULT_SUCCESS
getDestination() will be non-null
|
| Modifier and Type | Method and Description |
|---|---|
Destination |
getDestination() |
int |
getNonce()
For async calls only.
|
int |
getResultCode() |
static final int RESULT_DECRYPTION_FAILURE
static final int RESULT_DEFERRED
static final int RESULT_FAILURE
static final int RESULT_KEY_REQUIRED
static final int RESULT_SECRET_AND_KEY_REQUIRED
static final int RESULT_SECRET_REQUIRED
static final int RESULT_SUCCESS
Destination getDestination()
int getNonce()
int getResultCode()