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

Inheritance: IDigest, IMemoable
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Méthode Description
BlockUpdate ( byte input, int inOff, int length ) : void
Copy ( ) : IMemoable
DoFinal ( byte output, int outOff ) : int
Finish ( ) : void
GeneralDigest ( ) : System
GeneralDigest ( GeneralDigest t ) : System
GetByteLength ( ) : int
GetDigestSize ( ) : int
ProcessBlock ( ) : void
ProcessLength ( long bitLength ) : void
ProcessWord ( byte input, int inOff ) : void
Reset ( ) : void
Reset ( IMemoable t ) : void
Update ( byte input ) : void

Méthodes protégées

Méthode Description
CopyIn ( GeneralDigest t ) : 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

Copy() public abstract méthode

public abstract Copy ( ) : IMemoable
Résultat IMemoable

CopyIn() protected méthode

protected CopyIn ( GeneralDigest t ) : void
t GeneralDigest
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

GeneralDigest() public méthode

public GeneralDigest ( ) : System
Résultat System

GeneralDigest() public méthode

public GeneralDigest ( GeneralDigest t ) : System
t GeneralDigest
Résultat System

GetByteLength() public méthode

public GetByteLength ( ) : int
Résultat int

GetDigestSize() public abstract méthode

public abstract GetDigestSize ( ) : int
Résultat int

ProcessBlock() public abstract méthode

public abstract ProcessBlock ( ) : void
Résultat void

ProcessLength() public abstract méthode

public abstract ProcessLength ( long bitLength ) : void
bitLength long
Résultat void

ProcessWord() public abstract méthode

public abstract ProcessWord ( byte input, int inOff ) : void
input byte
inOff int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Reset() public abstract méthode

public abstract Reset ( IMemoable t ) : void
t IMemoable
Résultat void

Update() public méthode

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