Uses of Enum
org.jivesoftware.smackx.omemo.trust.TrustState
Package
Description
Callbacks used to pass trust decisions up to the client.
-
Uses of TrustState in org.jivesoftware.smackx.omemo.trust
Modifier and TypeMethodDescriptionOmemoTrustCallback.getTrust
(OmemoDevice device, OmemoFingerprint fingerprint) static TrustState
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 TypeMethodDescriptionvoid
OmemoTrustCallback.setTrust
(OmemoDevice device, OmemoFingerprint fingerprint, TrustState state)