C# 클래스 Iaik.Utils.Nonce.NonceGenerator

Static class used to generate nonces of variable length
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
GenerateByteNonce ( int length ) : byte[]

Generates a random nonce with the specified length

GenerateByteNonce ( byte nonce ) : void

Fills the specified byte array with random data

메소드 상세

GenerateByteNonce() 공개 정적인 메소드

Generates a random nonce with the specified length
public static GenerateByteNonce ( int length ) : byte[]
length int
리턴 byte[]

GenerateByteNonce() 공개 정적인 메소드

Fills the specified byte array with random data
public static GenerateByteNonce ( byte nonce ) : void
nonce byte
리턴 void