-
public interface Crypto.DecryptingChannelCipherInternal; a cipher used to decrypt plaintext from ciphertext, for a channel.
-
-
Method Summary
-
-
Method Detail
-
decrypt
abstract Array<byte> decrypt(Array<byte> ciphertext)
Deciphers ciphertext.This method is not safe to be called from multiple threads at the same time, and it will throw a ConcurrentModificationException if that happens at runtime.
-
-
-
-