public static interface Crypto.ChannelCipher
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] ciphertext) |
byte[] |
encrypt(byte[] plaintext) |
java.lang.String |
getAlgorithm() |
byte[] encrypt(byte[] plaintext)
throws AblyException
AblyExceptionbyte[] decrypt(byte[] ciphertext)
throws AblyException
AblyExceptionjava.lang.String getAlgorithm()