Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public interface IBlockCipher
Visual Basic
Public Interface IBlockCipher
Visual C++
public interface class IBlockCipher

Collapse imageRemarks

Base interface for a symmetric key block cipher.

Collapse imageSee Also