Interface CTRModeCipher

All Superinterfaces:
BlockCipher, MultiBlockCipher, SkippingCipher, SkippingStreamCipher, StreamCipher
All Known Implementing Classes:
SICBlockCipher

public interface CTRModeCipher extends MultiBlockCipher, SkippingStreamCipher
  • Method Details

    • getUnderlyingCipher

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