C# Class OpenStory.Server.IvGenerator

Represents an object that generates IV byte arrays.
Afficher le fichier Open project: shoftee/OpenStory Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetNewIv() public méthode

Returns a new non-zero 4-byte IV array.
public GetNewIv ( ) : byte[]
Résultat byte[]

IvGenerator() public méthode

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.
Résultat System.Security.Cryptography