Table of Contents

Class AeadParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class AeadParameters : ICipherParameters
Inheritance
AeadParameters
Implements
Derived
Inherited Members

Constructors

AeadParameters(KeyParameter, int, byte[])

public AeadParameters(KeyParameter key, int macSize, byte[] nonce)

Parameters

key KeyParameter
macSize int
nonce byte[]

AeadParameters(KeyParameter, int, byte[], byte[])

public AeadParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)

Parameters

key KeyParameter
macSize int
nonce byte[]
associatedText byte[]

Properties

Key

public virtual KeyParameter Key { get; }

Property Value

KeyParameter

MacSize

public virtual int MacSize { get; }

Property Value

int

Methods

GetAssociatedText()

public virtual byte[] GetAssociatedText()

Returns

byte[]

GetNonce()

public virtual byte[] GetNonce()

Returns

byte[]