Uses of Interface
com.southernstorm.noise.protocol.CipherState
-
Uses of CipherState in com.southernstorm.noise.protocol
Fields in com.southernstorm.noise.protocol declared as CipherStateMethods in com.southernstorm.noise.protocol that return CipherStateModifier and TypeMethodDescriptionstatic CipherStateNoise.createCipher(String name)Creates a cipher object from its Noise protocol name.CipherState.fork(byte[] key, int offset)Creates a new instance of this cipher and initializes it with a key.CipherStatePair.getReceiver()Gets the CipherState to use to receive packets from the remote party.CipherStatePair.getSender()Gets the CipherState to use to send packets to the remote party.Constructors in com.southernstorm.noise.protocol with parameters of type CipherStateModifierConstructorDescriptionCipherStatePair(CipherState sender, CipherState receiver)Constructs a pair of CipherState objects.