Table of Contents

Interface TlsNonceGenerator

Namespace
Org.BouncyCastle.Tls.Crypto
Assembly
BouncyCastle.Cryptography.dll
public interface TlsNonceGenerator

Methods

GenerateNonce(int)

Generate a nonce byte[] string.

byte[] GenerateNonce(int size)

Parameters

size int

the length, in bytes, of the nonce to generate.

Returns

byte[]

the nonce value.