C# Class Org.BouncyCastle.Crypto.Macs.HMac

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

Méthodes publiques

Méthode Description
BlockUpdate ( byte input, int inOff, int len ) : void
DoFinal ( byte output, int outOff ) : int
GetMacSize ( ) : int
GetUnderlyingDigest ( ) : IDigest
HMac ( IDigest digest ) : System
Init ( ICipherParameters parameters ) : void
Reset ( ) : void
Update ( byte input ) : void

Private Methods

Méthode Description
XorPad ( byte pad, int len, byte n ) : void

Method Details

BlockUpdate() public méthode

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

DoFinal() public méthode

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

GetMacSize() public méthode

public GetMacSize ( ) : int
Résultat int

GetUnderlyingDigest() public méthode

public GetUnderlyingDigest ( ) : IDigest
Résultat IDigest

HMac() public méthode

public HMac ( IDigest digest ) : System
digest IDigest
Résultat System

Init() public méthode

public Init ( ICipherParameters parameters ) : void
parameters ICipherParameters
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

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