Uses of Enum
org.jivesoftware.smackx.omemo.trust.TrustState
Packages that use TrustState
Package
Description
Callbacks used to pass trust decisions up to the client.
-
Uses of TrustState in org.jivesoftware.smackx.omemo.trust
Methods in org.jivesoftware.smackx.omemo.trust that return TrustStateModifier 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.Methods in org.jivesoftware.smackx.omemo.trust with parameters of type TrustStateModifier and TypeMethodDescriptionvoid
OmemoTrustCallback.setTrust
(OmemoDevice device, OmemoFingerprint fingerprint, TrustState state)