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 Set<SessionState> Session.statesThe field for thestatesrecord component.Methods in it.auties.whatsapp.model.signal.session that return SessionStateModifier and TypeMethodDescriptionSessionState.addChain(byte[] senderEphemeral, SessionChain chain) SessionState.closed(boolean closed) 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()Returns the value of thestatesrecord component.Methods in it.auties.whatsapp.model.signal.session with parameters of type SessionStateConstructor parameters in it.auties.whatsapp.model.signal.session with type arguments of type SessionStateModifierConstructorDescriptionSession(Set<SessionState> states) Creates an instance of aSessionrecord class.