C# 클래스 IronPython.Modules.PythonSha.sha

상속: ICloneable
파일 보기 프로젝트 열기: shri-zz/ironruby

공개 프로퍼티들

프로퍼티 타입 설명
block_size int
digest_size int

공개 메소드들

메소드 설명
sha ( ) : System
sha ( object initialData ) : System
update ( System.Bytes newBytes ) : void

비공개 메소드들

메소드 설명
ICloneable ( ) : object
copy ( ) : sha
digest ( ) : string
hexdigest ( ) : string
sha ( IList initialBytes ) : System
update ( IList newBytes ) : void
update ( object newData ) : void

메소드 상세

sha() 공개 메소드

public sha ( ) : System
리턴 System

sha() 공개 메소드

public sha ( object initialData ) : System
initialData object
리턴 System

update() 공개 메소드

public update ( System.Bytes newBytes ) : void
newBytes System.Bytes
리턴 void

프로퍼티 상세

block_size 공개적으로 정적으로 프로퍼티

public static int block_size
리턴 int

digest_size 공개적으로 정적으로 프로퍼티

public static int digest_size
리턴 int