public static interface Crypto.DecryptingChannelCipher
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] ciphertext)
Deciphers ciphertext.
|
byte[] decrypt(byte[] ciphertext)
throws AblyException
ConcurrentModificationException if that happens at runtime.java.util.ConcurrentModificationException - If this method is called from more than one thread at a time.AblyException