Table of Contents

Class Argon2Parameters

Namespace
Org.BouncyCastle.Crypto.Parameters
Assembly
BouncyCastle.Cryptography.dll
public sealed class Argon2Parameters
Inheritance
Argon2Parameters
Inherited Members

Fields

Argon2d

public static readonly int Argon2d

Field Value

int

Argon2i

public static readonly int Argon2i

Field Value

int

Argon2id

public static readonly int Argon2id

Field Value

int

Version10

public static readonly int Version10

Field Value

int

Version13

public static readonly int Version13

Field Value

int

Properties

CharToByteConverter

public ICharToByteConverter CharToByteConverter { get; }

Property Value

ICharToByteConverter

Iterations

public int Iterations { get; }

Property Value

int

Memory

public int Memory { get; }

Property Value

int

Parallelism

public int Parallelism { get; }

Property Value

int

Type

public int Type { get; }

Property Value

int

Version

public int Version { get; }

Property Value

int

Methods

GetAdditional()

public byte[] GetAdditional()

Returns

byte[]

GetSalt()

public byte[] GetSalt()

Returns

byte[]

GetSecret()

public byte[] GetSecret()

Returns

byte[]