C# 클래스 Flash.Swf.Types.MD5

파일 보기 프로젝트 열기: SlavaRa/flashdevelop-plugins 1 사용 예제들

공개 메소드들

메소드 설명
MD5 ( Array bytes, int len ) : System

Construct a digestifier for the given data

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

비공개 메소드들

메소드 설명
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

메소드 상세

MD5() 공개 메소드

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

getDigest() 공개 정적인 메소드

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

stringify() 공개 정적인 메소드

public static stringify ( Array buf ) : String
buf Array
리턴 String