Package io.ably.lib.util

Interface Crypto.DecryptingChannelCipher

Enclosing class:
Crypto

public static interface Crypto.DecryptingChannelCipher
Internal; a cipher used to decrypt plaintext from ciphertext, for a channel.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decrypt(byte[] ciphertext)
    Deciphers ciphertext.
  • Method Details