Uses of Class
org.jivesoftware.smackx.omemo.trust.TrustState
-
Packages that use TrustState Package Description org.jivesoftware.smackx.omemo.trust 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 TrustState Modifier and Type Method 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.Methods in org.jivesoftware.smackx.omemo.trust with parameters of type TrustState Modifier and Type Method Description void
OmemoTrustCallback. setTrust(OmemoDevice device, OmemoFingerprint fingerprint, TrustState state)
-