Package | Description |
---|---|
org.jivesoftware.smackx.omemo.trust |
Callbacks used to pass trust decisions up to the client.
|
Modifier and Type | Method and Description |
---|---|
TrustState |
OmemoTrustCallback.getTrust(OmemoDevice device,
OmemoFingerprint fingerprint) |
static TrustState |
TrustState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrustState[] |
TrustState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OmemoTrustCallback.setTrust(OmemoDevice device,
OmemoFingerprint fingerprint,
TrustState state) |