toggle menu
crypto
1.0.0-ALPHA-20250103
jvm
switch theme
search in API
crypto
/
net.rsprot.crypto.cipher
/
StreamCipherPair
Stream
Cipher
Pair
data
class
StreamCipherPair
(
val
encoderCipher
:
StreamCipher
,
val
decodeCipher
:
StreamCipher
)
Members
Constructors
Stream
Cipher
Pair
Link copied to clipboard
constructor
(
encoderCipher
:
StreamCipher
,
decodeCipher
:
StreamCipher
)
Properties
decode
Cipher
Link copied to clipboard
val
decodeCipher
:
StreamCipher
encoder
Cipher
Link copied to clipboard
val
encoderCipher
:
StreamCipher