Uses of Record Class
it.auties.whatsapp.model.signal.session.SessionPreKey
Packages that use SessionPreKey
-
Uses of SessionPreKey in it.auties.whatsapp.model.signal.session
Fields in it.auties.whatsapp.model.signal.session declared as SessionPreKeyModifier and TypeFieldDescriptionprivate SessionPreKeySessionState.pendingPreKeyprivate SessionPreKeySessionStateBuilder.pendingPreKeyMethods in it.auties.whatsapp.model.signal.session that return SessionPreKeyModifier and TypeMethodDescriptionSessionPreKeyBuilder.build()static SessionPreKeySessionPreKeySpec.decode(byte[] input) SessionState.pendingPreKey()Methods in it.auties.whatsapp.model.signal.session with parameters of type SessionPreKeyModifier and TypeMethodDescriptionstatic byte[]SessionPreKeySpec.encode(SessionPreKey protoInputObject) SessionState.pendingPreKey(SessionPreKey pendingPreKey) SessionStateBuilder.pendingPreKey(SessionPreKey pendingPreKey) Constructors in it.auties.whatsapp.model.signal.session with parameters of type SessionPreKeyModifierConstructorDescriptionSessionState(int version, int registrationId, byte[] baseKey, byte[] remoteIdentityKey, ConcurrentHashMap<String, SessionChain> chains, byte[] rootKey, SessionPreKey pendingPreKey, SignalKeyPair ephemeralKeyPair, byte[] lastRemoteEphemeralKey, int previousCounter, boolean closed)