Crypto.ChannelCipherSet. It will be removed in the future.@Deprecated
public static interface Crypto.ChannelCipher
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] ciphertext)
Deprecated.
|
byte[] |
encrypt(byte[] plaintext)
Deprecated.
|
java.lang.String |
getAlgorithm()
Deprecated.
|
byte[] encrypt(byte[] plaintext)
throws AblyException
AblyExceptionbyte[] decrypt(byte[] ciphertext)
throws AblyException
AblyExceptionjava.lang.String getAlgorithm()