Interface ICipherBuilder
- Namespace
- Enterprises.Org.BouncyCastle.Crypto
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public interface ICipherBuilder
Properties
AlgorithmDetails
object AlgorithmDetails { get; }
Property Value
Methods
BuildCipher(Stream)
ICipher BuildCipher(Stream stream)
Parameters
stream
Stream
Returns
GetMaxOutputSize(int)
int GetMaxOutputSize(int inputLen)
Parameters
inputLen
int