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

Inheritance: IDigest
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 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
Gost3411Digest ( ) : System
Gost3411Digest ( Gost3411Digest t ) : System
Reset ( ) : void
Update ( byte input ) : void

Private Methods

Méthode Description
A ( byte input ) : byte[]
E ( byte key, byte s, int sOff, byte input, int inOff ) : void
LongToBytes ( long r, byte output, int outOff ) : void
P ( byte input ) : byte[]
cpyBytesToShort ( byte S, short wS ) : void
cpyShortToBytes ( short wS, byte S ) : void
finish ( ) : void
fw ( byte input ) : void
processBlock ( byte input, int inOff ) : void
sumByteArray ( byte input ) : 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

Gost3411Digest() public méthode

public Gost3411Digest ( ) : System
Résultat System

Gost3411Digest() public méthode

public Gost3411Digest ( Gost3411Digest t ) : System
t Gost3411Digest
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