ICipherBuilder Interface
Base interface for cipher builders.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface ICipherBuilder
Public Interface ICipherBuilder
public interface class ICipherBuilder
Org.BouncyCastle.Crypto.ICipherBuilder = function();
Org.BouncyCastle.Crypto.ICipherBuilder.createInterface('Org.BouncyCastle.Crypto.ICipherBuilder');
AlgorithmDetails |
Return the algorithm and parameter details associated with any cipher built.
|
BuildCipher |
Build a cipher that operates on the passed in stream.
|
GetMaxOutputSize |
Return the maximum output size that a given input will produce.
|