C# Class Iaik.Utils.Nonce.NonceGenerator

Static class used to generate nonces of variable length
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Méthode Description
GenerateByteNonce ( int length ) : byte[]

Generates a random nonce with the specified length

GenerateByteNonce ( byte nonce ) : void

Fills the specified byte array with random data

Method Details

GenerateByteNonce() public static méthode

Generates a random nonce with the specified length
public static GenerateByteNonce ( int length ) : byte[]
length int
Résultat byte[]

GenerateByteNonce() public static méthode

Fills the specified byte array with random data
public static GenerateByteNonce ( byte nonce ) : void
nonce byte
Résultat void