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