ICipherBuilder Interface

Base interface for cipher builders.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface ICipherBuilder

Properties

AlgorithmDetails Return the algorithm and parameter details associated with any cipher built.

Methods

BuildCipher Build a cipher that operates on the passed in stream.
GetMaxOutputSize Return the maximum output size that a given input will produce.

See Also