C# Class IronPython.Modules.PythonSha.sha

Inheritance: ICloneable
Afficher le fichier Open project: shri-zz/ironruby

Méthodes publiques

Свойство Type Description
block_size int
digest_size int

Méthodes publiques

Méthode Description
sha ( ) : System
sha ( object initialData ) : System
update ( System.Bytes newBytes ) : void

Private Methods

Méthode Description
ICloneable ( ) : object
copy ( ) : sha
digest ( ) : string
hexdigest ( ) : string
sha ( IList initialBytes ) : System
update ( IList newBytes ) : void
update ( object newData ) : void

Method Details

sha() public méthode

public sha ( ) : System
Résultat System

sha() public méthode

public sha ( object initialData ) : System
initialData object
Résultat System

update() public méthode

public update ( System.Bytes newBytes ) : void
newBytes System.Bytes
Résultat void

Property Details

block_size public_oe static_oe property

public static int block_size
Résultat int

digest_size public_oe static_oe property

public static int digest_size
Résultat int