Class CTSBlockCipher

java.lang.Object
org.bouncycastle.crypto.DefaultBufferedBlockCipher
org.bouncycastle.crypto.modes.CTSBlockCipher
All Implemented Interfaces:
BufferedBlockCipher

public class CTSBlockCipher extends DefaultBufferedBlockCipher
A Cipher Text Stealing (CTS) mode cipher. CTS allows block ciphers to be used to produce cipher text which is the same length as the plain text.