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
sizeintthe length, in bytes, of the nonce to generate.
Returns
- byte[]
the nonce value.