public class ChannelOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
cipherParams |
boolean |
encrypted |
| Constructor and Description |
|---|
ChannelOptions() |
| Modifier and Type | Method and Description |
|---|---|
static ChannelOptions |
fromCipherKey(byte[] key) |
static ChannelOptions |
fromCipherKey(java.lang.String base64Key) |
Crypto.ChannelCipher |
getCipher() |
public Crypto.ChannelCipher getCipher() throws AblyException
AblyExceptionpublic static ChannelOptions fromCipherKey(byte[] key) throws AblyException
AblyExceptionpublic static ChannelOptions fromCipherKey(java.lang.String base64Key) throws AblyException
AblyException