Package 

Interface Crypto.DecryptingChannelCipher

    • Method Summary

      Modifier and Type Method Description
      abstract Array<byte> decrypt(Array<byte> ciphertext) Deciphers ciphertext.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.