Uses of Interface
org.jivesoftware.smackx.omemo.trust.OmemoTrustCallback
-
Packages that use OmemoTrustCallback Package Description org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.util Helper classes and other stuff. -
-
Uses of OmemoTrustCallback in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo with parameters of type OmemoTrustCallback Modifier and Type Method Description void
OmemoManager. setTrustCallback(OmemoTrustCallback callback)
Set a TrustCallback for this particular OmemoManager. -
Uses of OmemoTrustCallback in org.jivesoftware.smackx.omemo.util
Constructors in org.jivesoftware.smackx.omemo.util with parameters of type OmemoTrustCallback Constructor Description OmemoMessageBuilder(OmemoDevice userDevice, OmemoTrustCallback callback, OmemoRatchet<T_IdKeyPair,T_IdKey,T_PreKey,T_SigPreKey,T_Sess,T_Addr,T_ECPub,T_Bundle,T_Ciph> ratchet, byte[] aesKey, byte[] iv, String message)
Create an OmemoMessageBuilder.OmemoMessageBuilder(OmemoDevice userDevice, OmemoTrustCallback callback, OmemoRatchet<T_IdKeyPair,T_IdKey,T_PreKey,T_SigPreKey,T_Sess,T_Addr,T_ECPub,T_Bundle,T_Ciph> ratchet, String message)
Create an OmemoMessageBuilder.
-