Class BaseCTRCipher

java.lang.Object
org.apache.sshd.common.cipher.BaseCipher
org.apache.sshd.common.cipher.BaseCTRCipher
All Implemented Interfaces:
AlgorithmNameProvider, Cipher, CipherInformation, KeySizeIndicator

public class BaseCTRCipher extends BaseCipher
  • Field Details

    • blocksProcessed

      private long blocksProcessed
  • Constructor Details

    • BaseCTRCipher

      public BaseCTRCipher(int ivsize, int authSize, int kdfSize, String algorithm, int keySize, String transformation, int blkSize)
  • Method Details