Table of Contents

Class CipherKeyGenerator

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class CipherKeyGenerator
Inheritance
CipherKeyGenerator
Derived
Inherited Members

Constructors

CipherKeyGenerator()

public CipherKeyGenerator()

Fields

random

protected SecureRandom random

Field Value

SecureRandom

strength

protected int strength

Field Value

int

Properties

DefaultStrength

public int DefaultStrength { get; }

Property Value

int

Methods

GenerateKey()

public byte[] GenerateKey()

Returns

byte[]

Init(KeyGenerationParameters)

public void Init(KeyGenerationParameters parameters)

Parameters

parameters KeyGenerationParameters

engineGenerateKey()

protected virtual byte[] engineGenerateKey()

Returns

byte[]

engineInit(KeyGenerationParameters)

protected virtual void engineInit(KeyGenerationParameters parameters)

Parameters

parameters KeyGenerationParameters