Uses of Record Class
it.auties.whatsapp.model.signal.session.SessionChain
Packages that use SessionChain
-
Uses of SessionChain in it.auties.whatsapp.model.signal.session
Fields in it.auties.whatsapp.model.signal.session with type parameters of type SessionChainModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String, SessionChain> SessionState.chainsMethods in it.auties.whatsapp.model.signal.session that return types with arguments of type SessionChainMethods in it.auties.whatsapp.model.signal.session with parameters of type SessionChainModifier and TypeMethodDescriptionSessionState.addChain(byte[] senderEphemeral, SessionChain chain) Constructor parameters in it.auties.whatsapp.model.signal.session with type arguments of type SessionChainModifierConstructorDescriptionSessionState(int version, int registrationId, byte[] baseKey, byte[] remoteIdentityKey, ConcurrentHashMap<String, SessionChain> chains, byte[] rootKey, SessionPreKey pendingPreKey, SignalKeyPair ephemeralKeyPair, byte[] lastRemoteEphemeralKey, int previousCounter, boolean closed)