C# 클래스 OpenStory.Server.IvGenerator

Represents an object that generates IV byte arrays.
파일 보기 프로젝트 열기: shoftee/OpenStory 1 사용 예제들

공개 메소드들

메소드 설명
GetNewIv ( ) : byte[]

Returns a new non-zero 4-byte IV array.

IvGenerator ( RandomNumberGenerator randomNumberGenerator ) : System.Security.Cryptography

Initializes a new instance of the IvGenerator class.

메소드 상세

GetNewIv() 공개 메소드

Returns a new non-zero 4-byte IV array.
public GetNewIv ( ) : byte[]
리턴 byte[]

IvGenerator() 공개 메소드

Initializes a new instance of the IvGenerator class.
public IvGenerator ( RandomNumberGenerator randomNumberGenerator ) : System.Security.Cryptography
randomNumberGenerator System.Security.Cryptography.RandomNumberGenerator The random number generator to use.
리턴 System.Security.Cryptography