public interface LookupResult| Modifier and Type | Field and Description |
|---|---|
static int | RESULT_DECRYPTION_FAILUREb33 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_DEFERREDFor async calls only. |
static int | RESULT_FAILUREgeneral failure, probably a local hostname lookup failure, or a b32 lookup timeout |
static int | RESULT_KEY_REQUIREDb33 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_REQUIREDb33 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_REQUIREDb33 requires a lookup password but the router does not have it cached;
please supply in a blinding info message |
static int | RESULT_SUCCESSgetDestination() 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()