C# Class Org.BouncyCastle.Crypto.Digests.GeneralDigest

Inheritance: IDigest
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
BlockUpdate ( byte input, int inOff, int length ) : void
DoFinal ( byte output, int outOff ) : int
Finish ( ) : void
GetByteLength ( ) : int
GetDigestSize ( ) : int
Reset ( ) : void
Update ( byte input ) : void

Private Methods

Méthode Description
GeneralDigest ( ) : System
GeneralDigest ( GeneralDigest t ) : System
ProcessBlock ( ) : void
ProcessLength ( long bitLength ) : void
ProcessWord ( byte input, int inOff ) : void

Method Details

BlockUpdate() public méthode

public BlockUpdate ( byte input, int inOff, int length ) : void
input byte
inOff int
length int
Résultat void

DoFinal() public abstract méthode

public abstract DoFinal ( byte output, int outOff ) : int
output byte
outOff int
Résultat int

Finish() public méthode

public Finish ( ) : void
Résultat void

GetByteLength() public méthode

public GetByteLength ( ) : int
Résultat int

GetDigestSize() public abstract méthode

public abstract GetDigestSize ( ) : int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

public Update ( byte input ) : void
input byte
Résultat void