Package io.ably.lib.util

Interface Crypto.EncryptingChannelCipher

Enclosing class:
Crypto

public static interface Crypto.EncryptingChannelCipher
Internal; a cipher used to encrypt plaintext to ciphertext, for a channel.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    encrypt(byte[] plaintext)
    Enciphers plaintext.
     
  • Method Details