C# Class NetWrok.HTTP.RC4

Afficher le fichier Open project: simonwittber/netwrok-client

Méthodes publiques

Méthode Description
CryptographicallyRandomNumber ( ) : int
CryptographicallyRandomValues ( List buffer, int offset, int length ) : void
RandomNumber ( ) : int
RandomValues ( List result, int offset, int length ) : void

Private Methods

Méthode Description
AddRandomData ( byte data ) : void
CryptographicallyRandomValuesFromOS ( byte buffer ) : void
GetByte ( ) : byte
GetWord ( ) : int
Stir ( ) : void
StirIfNeeded ( ) : void

Method Details

CryptographicallyRandomNumber() public static méthode

public static CryptographicallyRandomNumber ( ) : int
Résultat int

CryptographicallyRandomValues() public static méthode

public static CryptographicallyRandomValues ( List buffer, int offset, int length ) : void
buffer List
offset int
length int
Résultat void

RandomNumber() public méthode

public RandomNumber ( ) : int
Résultat int

RandomValues() public méthode

public RandomValues ( List result, int offset, int length ) : void
result List
offset int
length int
Résultat void