Uses of Class
org.jivesoftware.smackx.omemo.OmemoRatchet
-
Packages that use OmemoRatchet Package Description org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.signal Concrete implementation of OMEMO for smack using the signal-protocol-java library.org.jivesoftware.smackx.omemo.util Helper classes and other stuff. -
-
Uses of OmemoRatchet in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that return OmemoRatchet Modifier and Type Method Description protected OmemoRatchet<T_IdKeyPair,T_IdKey,T_PreKey,T_SigPreKey,T_Sess,T_Addr,T_ECPub,T_Bundle,T_Ciph>
OmemoService. getOmemoRatchet(OmemoManager manager)
Return the deposited instance of the OmemoRatchet for the given manager.protected abstract OmemoRatchet<T_IdKeyPair,T_IdKey,T_PreKey,T_SigPreKey,T_Sess,T_Addr,T_ECPub,T_Bundle,T_Ciph>
OmemoService. instantiateOmemoRatchet(OmemoManager manager, OmemoStore<T_IdKeyPair,T_IdKey,T_PreKey,T_SigPreKey,T_Sess,T_Addr,T_ECPub,T_Bundle,T_Ciph> store)
Return a new instance of the OMEMO ratchet. -
Uses of OmemoRatchet in org.jivesoftware.smackx.omemo.signal
Subclasses of OmemoRatchet in org.jivesoftware.smackx.omemo.signal Modifier and Type Class Description class
SignalOmemoRatchet
-
Uses of OmemoRatchet in org.jivesoftware.smackx.omemo.util
Constructors in org.jivesoftware.smackx.omemo.util with parameters of type OmemoRatchet 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.
-