Table of Contents

Class PbeParameter

Namespace
Enterprises.Org.BouncyCastle.Asn1.Pkcs
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class PbeParameter : Asn1Encodable, IAsn1Convertible
Inheritance
PbeParameter
Implements
Inherited Members

Constructors

PbeParameter(byte[], int)

public PbeParameter(byte[] salt, int iterationCount)

Parameters

salt byte[]
iterationCount int

Properties

IterationCount

public BigInteger IterationCount { get; }

Property Value

BigInteger

Methods

GetInstance(object)

public static PbeParameter GetInstance(object obj)

Parameters

obj object

Returns

PbeParameter

GetSalt()

public byte[] GetSalt()

Returns

byte[]

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object