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

Inheritance: IDigest, IMemoable
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
MD2Digest ( ) : System
MD2Digest ( MD2Digest t ) : System
Reset ( ) : void
Update ( byte input ) : void

Private Methods

Méthode Description
ProcessBlock ( byte m ) : void
ProcessChecksum ( byte m ) : 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

MD2Digest() public méthode

public MD2Digest ( ) : System
Résultat System

MD2Digest() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

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