public interface ICipherBuilderWithKey : ICipherBuilder
Public Interface ICipherBuilderWithKey
Inherits ICipherBuilder
public interface class ICipherBuilderWithKey : ICipherBuilder
Org.BouncyCastle.Crypto.ICipherBuilderWithKey = function();
Org.BouncyCastle.Crypto.ICipherBuilderWithKey.createInterface('Org.BouncyCastle.Crypto.ICipherBuilderWithKey');
AlgorithmDetails |
Return the algorithm and parameter details associated with any cipher built.
(Inherited from ICipherBuilder) |
Key | Return the key we were initialized with. |
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) |