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

Inheritance: IDigest
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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

Method 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 method

public BlockUpdate ( byte input, int inOff, int length ) : void
input byte
inOff int
length int
return void

DoFinal() public method

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
return int

GetByteLength() public method

public GetByteLength ( ) : int
return int

GetDigestSize() public method

public GetDigestSize ( ) : int
return int

Gost3411Digest() public method

public Gost3411Digest ( ) : System
return System

Gost3411Digest() public method

public Gost3411Digest ( Gost3411Digest t ) : System
t Gost3411Digest
return System

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( byte input ) : void
input byte
return void