StreamCipherPair

data class StreamCipherPair(val encoderCipher: StreamCipher, val decodeCipher: StreamCipher)

Constructors

Link copied to clipboard
constructor(encoderCipher: StreamCipher, decodeCipher: StreamCipher)

Properties

Link copied to clipboard
Link copied to clipboard