Package io.ably.lib.util
Interface Crypto.ChannelCipherSet
- Enclosing class:
- Crypto
public static interface Crypto.ChannelCipherSet
Internal; a matching encipher and decipher pair, where both are guaranteed to have been configured with the same
Crypto.CipherParams as each other.-
Method Summary
Modifier and Type Method Description Crypto.DecryptingChannelCiphergetDecipher()Crypto.EncryptingChannelCiphergetEncipher()
-
Method Details
-
getEncipher
Crypto.EncryptingChannelCipher getEncipher() -
getDecipher
Crypto.DecryptingChannelCipher getDecipher()
-