Uses of Class
com.southernstorm.noise.protocol.HandshakeState
- 
Packages that use HandshakeState Package Description com.southernstorm.noise.protocol Provides classes for communicating via the Noise protocol.net.i2p.router.crypto.ratchet Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).net.i2p.router.transport.ntcp The NTCP transport allows passing I2P messages on top of TCP.
- 
- 
Uses of HandshakeState in com.southernstorm.noise.protocolMethods in com.southernstorm.noise.protocol that return HandshakeState Modifier and Type Method Description HandshakeStateHandshakeState. clone()I2P Must be called before both eph.Constructors in com.southernstorm.noise.protocol with parameters of type HandshakeState Constructor Description HandshakeState(HandshakeState o)Copy constructor for cloning
- 
Uses of HandshakeState in net.i2p.router.crypto.ratchetMethods in net.i2p.router.crypto.ratchet that return HandshakeState Modifier and Type Method Description HandshakeStateRatchetTagSet. getHandshakeState()For inbound/outbound NSR only, else null.HandshakeStateSessionKeyAndNonce. getHandshakeState()For inbound NSR only, else null.Methods in net.i2p.router.crypto.ratchet with parameters of type HandshakeState Modifier and Type Method Description (package private) booleanRatchetSKM. createSession(PublicKey target, Destination d, HandshakeState state, ReplyCallback callback)Inbound or outbound.(package private) booleanRatchetSKM. updateSession(PublicKey target, HandshakeState oldState, HandshakeState state, ReplyCallback callback, SplitKeys split)Inbound or outbound.Constructors in net.i2p.router.crypto.ratchet with parameters of type HandshakeState Constructor Description RatchetTagSet(HKDF hkdf, HandshakeState state, SessionKey rootKey, SessionKey data, long date)Outbound NSR TagsetRatchetTagSet(HKDF hkdf, SessionTagListener lsnr, HandshakeState state, SessionKey rootKey, SessionKey data, long date, int minSize, int maxSize)Inbound NSR TagsetSessionKeyAndNonce(HandshakeState state)For New Session RepliesSplitKeys(HandshakeState state, HKDF hkdf)
- 
Uses of HandshakeState in net.i2p.router.transport.ntcpMethods in net.i2p.router.transport.ntcp with parameters of type HandshakeState Modifier and Type Method Description (package private) static byte[][]OutboundNTCP2State. generateSipHashKeys(RouterContext ctx, HandshakeState state)KDF for SipHash
 
-