Uses of Class
org.jivesoftware.smackx.omemo.util.OmemoKeyUtil
-
Packages that use OmemoKeyUtil 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. -
-
Uses of OmemoKeyUtil in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that return OmemoKeyUtil Modifier and Type Method Description OmemoKeyUtil<T_IdKeyPair,T_IdKey,T_PreKey,T_SigPreKey,T_Sess,T_ECPub,T_Bundle>
CachingOmemoStore. keyUtil()
abstract OmemoKeyUtil<T_IdKeyPair,T_IdKey,T_PreKey,T_SigPreKey,T_Sess,T_ECPub,T_Bundle>
OmemoStore. keyUtil()
Return a concrete KeyUtil object that we can use as a utility to create keys etc.Constructors in org.jivesoftware.smackx.omemo with parameters of type OmemoKeyUtil Constructor Description CachingOmemoStore(OmemoKeyUtil<T_IdKeyPair,T_IdKey,T_PreKey,T_SigPreKey,T_Sess,T_ECPub,T_Bundle> keyUtil)
-
Uses of OmemoKeyUtil in org.jivesoftware.smackx.omemo.signal
Subclasses of OmemoKeyUtil in org.jivesoftware.smackx.omemo.signal Modifier and Type Class Description class
SignalOmemoKeyUtil
Concrete implementation of the KeyUtil for an implementation using the Signal library.Methods in org.jivesoftware.smackx.omemo.signal that return OmemoKeyUtil Modifier and Type Method Description OmemoKeyUtil<org.whispersystems.libsignal.IdentityKeyPair,org.whispersystems.libsignal.IdentityKey,org.whispersystems.libsignal.state.PreKeyRecord,org.whispersystems.libsignal.state.SignedPreKeyRecord,org.whispersystems.libsignal.state.SessionRecord,org.whispersystems.libsignal.ecc.ECPublicKey,org.whispersystems.libsignal.state.PreKeyBundle>
SignalFileBasedOmemoStore. keyUtil()
OmemoKeyUtil<org.whispersystems.libsignal.IdentityKeyPair,org.whispersystems.libsignal.IdentityKey,org.whispersystems.libsignal.state.PreKeyRecord,org.whispersystems.libsignal.state.SignedPreKeyRecord,org.whispersystems.libsignal.state.SessionRecord,org.whispersystems.libsignal.ecc.ECPublicKey,org.whispersystems.libsignal.state.PreKeyBundle>
SignalOmemoStore. keyUtil()
-