Uses of Class
org.jivesoftware.smackx.omemo.util.OmemoKeyUtil
Package
Description
Classes and interfaces for OMEMO Encryption.
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
-
Uses of OmemoKeyUtil in org.jivesoftware.smackx.omemo
Modifier and TypeMethodDescriptionCachingOmemoStore.keyUtil()
OmemoStore.keyUtil()
Return a concrete KeyUtil object that we can use as a utility to create keys etc.ModifierConstructorDescriptionCachingOmemoStore
(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
Modifier and TypeClassDescriptionclass
Concrete implementation of the KeyUtil for an implementation using the Signal library.Modifier and TypeMethodDescriptionOmemoKeyUtil<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()