Uses of Class
org.jivesoftware.smackx.omemo.util.OmemoKeyUtil
Packages that use 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
Methods in org.jivesoftware.smackx.omemo that return OmemoKeyUtilModifier and TypeMethodDescriptionCachingOmemoStore.keyUtil()
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 OmemoKeyUtilModifierConstructorDescriptionCachingOmemoStore
(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.signalModifier and TypeClassDescriptionclass
Concrete implementation of the KeyUtil for an implementation using the Signal library.Methods in org.jivesoftware.smackx.omemo.signal that return OmemoKeyUtilModifier 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()