Package io.ably.lib.util
Interface Crypto.ChannelCipherSet
-
- Enclosing class:
- Crypto
public static interface Crypto.ChannelCipherSetInternal; a matching encipher and decipher pair, where both are guaranteed to have been configured with the sameCrypto.CipherParamsas each other.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Crypto.DecryptingChannelCiphergetDecipher()Crypto.EncryptingChannelCiphergetEncipher()
-
-
-
Method Detail
-
getEncipher
Crypto.EncryptingChannelCipher getEncipher()
-
getDecipher
Crypto.DecryptingChannelCipher getDecipher()
-
-