Interface Crypto.ChannelCipher

Enclosing class:
Crypto

@Deprecated
public static interface Crypto.ChannelCipher
Deprecated.
Since version 1.2.11, this interface (which was only ever intended for internal use within this library) has been replaced by Crypto.ChannelCipherSet. It will be removed in the future.
Interface for a ChannelCipher instance that may be associated with a Channel. The operational methods implemented by channel cipher instances (encrypt and decrypt) are not designed to be safe to be called from any thread.
  • Method Summary

    Modifier and Type Method Description
    byte[] decrypt​(byte[] ciphertext)
    Deprecated.
     
    byte[] encrypt​(byte[] plaintext)
    Deprecated.
     
    java.lang.String getAlgorithm()
    Deprecated.