| Package | Description |
|---|---|
| net.java.otr4j | |
| net.java.otr4j.session |
| Modifier and Type | Method and Description |
|---|---|
void |
OtrEngineHost.askForSecret(SessionID sessionID,
InstanceTag receiverTag,
String question) |
| Modifier and Type | Field and Description |
|---|---|
static InstanceTag |
InstanceTag.HIGHEST_TAG |
static InstanceTag |
InstanceTag.SMALLEST_TAG |
static InstanceTag |
InstanceTag.ZERO_TAG |
| Modifier and Type | Method and Description |
|---|---|
InstanceTag |
SessionImpl.getReceiverInstanceTag() |
InstanceTag |
Session.getReceiverInstanceTag() |
InstanceTag |
SessionImpl.getSenderInstanceTag() |
InstanceTag |
Session.getSenderInstanceTag() |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
SessionImpl.getRemotePublicKey(InstanceTag tag) |
PublicKey |
Session.getRemotePublicKey(InstanceTag tag) |
SessionStatus |
SessionImpl.getSessionStatus(InstanceTag tag) |
SessionStatus |
Session.getSessionStatus(InstanceTag tag) |
void |
SessionImpl.respondSmp(InstanceTag receiverTag,
String question,
String secret) |
void |
Session.respondSmp(InstanceTag receiverTag,
String question,
String secret) |
boolean |
SessionImpl.setOutgoingInstance(InstanceTag tag) |
boolean |
Session.setOutgoingInstance(InstanceTag tag) |
void |
SessionImpl.setReceiverInstanceTag(InstanceTag receiverTag) |
void |
Session.setReceiverInstanceTag(InstanceTag tag) |
| Constructor and Description |
|---|
OtrAssembler(InstanceTag ownInstance) |
Copyright © 2015. All rights reserved.