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.chainsprivate ConcurrentHashMap<String, SessionChain> SessionStateBuilder.chainsMethods in it.auties.whatsapp.model.signal.session that return SessionChainModifier and TypeMethodDescriptionSessionChainBuilder.build()static SessionChainSessionChainSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.signal.session that return types with arguments of type SessionChainModifier and TypeMethodDescriptionSessionState.chains()SessionState.findChain(byte[] senderEphemeral) Methods in it.auties.whatsapp.model.signal.session with parameters of type SessionChainModifier and TypeMethodDescriptionSessionState.addChain(byte[] senderEphemeral, SessionChain chain) static byte[]SessionChainSpec.encode(SessionChain protoInputObject) Method parameters in it.auties.whatsapp.model.signal.session with type arguments of type SessionChainModifier and TypeMethodDescriptionSessionStateBuilder.chains(ConcurrentHashMap<String, SessionChain> chains) 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)