C# Class Flash.Swf.Types.MD5

Afficher le fichier Open project: SlavaRa/flashdevelop-plugins Class Usage Examples

Méthodes publiques

Méthode Description
MD5 ( Array bytes, int len ) : System

Construct a digestifier for the given data

getDigest ( Array b, int len ) : byte[]
stringify ( Array buf ) : String

Private Methods

Méthode Description
FF ( int a, int b, int c, int d, int x, int s, int ac ) : int
GG ( int a, int b, int c, int d, int x, int s, int ac ) : int
HH ( int a, int b, int c, int d, int x, int s, int ac ) : int
II ( int a, int b, int c, int d, int x, int s, int ac ) : int
encode ( Array input, int len ) : byte[]
end ( ) : byte[]
rotate_left ( int x, int n ) : int
transform ( Array block, int offset ) : void
update ( Array input, int len ) : void

Method Details

MD5() public méthode

Construct a digestifier for the given data
public MD5 ( Array bytes, int len ) : System
bytes Array
len int
Résultat System

getDigest() public static méthode

public static getDigest ( Array b, int len ) : byte[]
b Array
len int
Résultat byte[]

stringify() public static méthode

public static stringify ( Array buf ) : String
buf Array
Résultat String