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

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
GetByteLength ( ) : int
GetDigestSize ( ) : int
Reset ( ) : void
TigerDigest ( ) : System
TigerDigest ( TigerDigest t ) : System
Update ( byte input ) : void

Private Methods

Méthode Description
Finish ( ) : void
KeySchedule ( ) : void
ProcessBlock ( ) : void
ProcessLength ( long bitLength ) : void
ProcessWord ( byte b, int off ) : void
RoundABC ( long x, long mul ) : void
RoundBCA ( long x, long mul ) : void
RoundCAB ( long x, long mul ) : void
UnpackWord ( long r, byte output, int outOff ) : 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 méthode

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

GetByteLength() public méthode

public GetByteLength ( ) : int
Résultat int

GetDigestSize() public méthode

public GetDigestSize ( ) : int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

TigerDigest() public méthode

public TigerDigest ( ) : System
Résultat System

TigerDigest() public méthode

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

Update() public méthode

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