Table of Contents

Interface ICipher

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface ICipher

Properties

Stream

Stream Stream { get; }

Property Value

Stream

Methods

GetMaxOutputSize(int)

int GetMaxOutputSize(int inputLen)

Parameters

inputLen int

Returns

int

GetUpdateOutputSize(int)

int GetUpdateOutputSize(int inputLen)

Parameters

inputLen int

Returns

int