Uses of Interface
com.southernstorm.noise.protocol.DHState
- 
Packages that use DHState Package Description com.southernstorm.noise.protocol Provides classes for communicating via the Noise protocol.
- 
- 
Uses of DHState in com.southernstorm.noise.protocolClasses in com.southernstorm.noise.protocol that implement DHState Modifier and Type Class Description (package private) classCurve25519DHStateImplementation of the Curve25519 algorithm for the Noise protocol.Methods in com.southernstorm.noise.protocol that return DHState Modifier and Type Method Description DHStateDHState. clone()I2PDHStateHandshakeState. getLocalEphemeralKeyPair()Gets the keypair object for the local ephemeral key.DHStateHandshakeState. getLocalKeyPair()Gets the keypair object for the local static key.DHStateHandshakeState. getRemotePublicKey()Gets the public key object for the remote static key.Methods in com.southernstorm.noise.protocol with parameters of type DHState Modifier and Type Method Description voidCurve25519DHState. calculate(byte[] sharedKey, int offset, DHState publicDH)voidDHState. calculate(byte[] sharedKey, int offset, DHState publicDH)Performs a Diffie-Hellman calculation with this object as the private key.voidCurve25519DHState. copyFrom(DHState other)voidDHState. copyFrom(DHState other)Copies the key values from another DH object of the same type.voidSymmetricState. mixPublicKey(DHState dh)Mixes a pre-supplied public key into the handshake hash.voidSymmetricState. mixPublicKeyIntoCK(DHState dh)Mixes a pre-supplied public key into the chaining key.
 
-