ICipherBuilderWithKey Interface

A cipher builder that can also return the key it was initialized with.

Definition

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

Properties

AlgorithmDetails Return the algorithm and parameter details associated with any cipher built.
(Inherited from ICipherBuilder)
Key Return the key we were initialized with.

Methods

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

See Also