C# Class Flash.Swf.Types.MD5

Show file Open project: SlavaRa/flashdevelop-plugins Class Usage Examples

Public Methods

Method 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

Method 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 method

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

getDigest() public static method

public static getDigest ( Array b, int len ) : byte[]
b Array
len int
return byte[]

stringify() public static method

public static stringify ( Array buf ) : String
buf Array
return String