Uses of Class
it.auties.whatsapp.model.signal.session.SessionState
Packages that use SessionState
-
Uses of SessionState in it.auties.whatsapp.model.signal.session
Fields in it.auties.whatsapp.model.signal.session with type parameters of type SessionStateModifier and TypeFieldDescriptionprivate final ConcurrentHashMap.KeySetView<SessionState, Boolean> Session.statesSessionBuilder.statesMethods in it.auties.whatsapp.model.signal.session that return SessionStateModifier and TypeMethodDescriptionSessionState.addChain(byte[] senderEphemeral, SessionChain chain) SessionStateBuilder.build()SessionState.closed(boolean closed) static SessionStateSessionStateSpec.decode(byte[] input) SessionState.ephemeralKeyPair(SignalKeyPair ephemeralKeyPair) SessionState.lastRemoteEphemeralKey(byte[] lastRemoteEphemeralKey) SessionState.pendingPreKey(SessionPreKey pendingPreKey) SessionState.previousCounter(int previousCounter) SessionState.rootKey(byte[] rootKey) Methods in it.auties.whatsapp.model.signal.session that return types with arguments of type SessionStateModifier and TypeMethodDescriptionSession.currentState()Session.findState(int version, byte[] baseKey) Session.states()Methods in it.auties.whatsapp.model.signal.session with parameters of type SessionStateModifier and TypeMethodDescriptionvoidSession.addState(SessionState state) static byte[]SessionStateSpec.encode(SessionState protoInputObject) Method parameters in it.auties.whatsapp.model.signal.session with type arguments of type SessionStateModifier and TypeMethodDescriptionSessionBuilder.states(ConcurrentHashMap.KeySetView<SessionState, Boolean> states) Constructor parameters in it.auties.whatsapp.model.signal.session with type arguments of type SessionState