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

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

Méthodes publiques

Méthode Description
BlockUpdate ( byte inBytes, int inOff, int len ) : void
DoFinal ( byte outBytes, int outOff ) : int
GetByteLength ( ) : int
GetDigestSize ( ) : int
Reset ( ) : void
Update ( byte b ) : void

Method Details

BlockUpdate() public méthode

public BlockUpdate ( byte inBytes, int inOff, int len ) : void
inBytes byte
inOff int
len int
Résultat void

DoFinal() public méthode

public DoFinal ( byte outBytes, int outOff ) : int
outBytes 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

Update() public méthode

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