Table of Contents

Interface ICipherBuilder

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

Properties

AlgorithmDetails

object AlgorithmDetails { get; }

Property Value

object

Methods

BuildCipher(Stream)

ICipher BuildCipher(Stream stream)

Parameters

stream Stream

Returns

ICipher

GetMaxOutputSize(int)

int GetMaxOutputSize(int inputLen)

Parameters

inputLen int

Returns

int