Table of Contents

Interface IBlockCipherPadding

Namespace
Enterprises.Org.BouncyCastle.Crypto.Paddings
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface IBlockCipherPadding

Properties

PaddingName

string PaddingName { get; }

Property Value

string

Methods

AddPadding(byte[], int)

int AddPadding(byte[] input, int inOff)

Parameters

input byte[]
inOff int

Returns

int

Init(SecureRandom)

void Init(SecureRandom random)

Parameters

random SecureRandom

PadCount(byte[])

int PadCount(byte[] input)

Parameters

input byte[]

Returns

int