Interface CBCModeCipher

All Superinterfaces:
BlockCipher, MultiBlockCipher
All Known Implementing Classes:
CBCBlockCipher

public interface CBCModeCipher extends MultiBlockCipher
  • Method Details

    • getUnderlyingCipher

      BlockCipher getUnderlyingCipher()
      return the underlying block cipher that we are wrapping.
      Returns:
      the underlying block cipher that we are wrapping.