C# Class Org.BouncyCastle.Crypto.Signers.Gost3410DigestSigner

Inheritance: ISigner
Exibir arquivo Open project: nonorganic/dssnet

Public Methods

Method Description
BlockUpdate ( byte input, int inOff, int length ) : void
CurrentSignature ( ) : byte[]
GenerateSignature ( ) : byte[]
Gost3410DigestSigner ( IDsa signer, IDigest digest ) : System
Init ( bool forSigning, ICipherParameters parameters ) : void
Reset ( ) : void

Reset the internal state

Update ( byte input ) : void
VerifySignature ( byte signature ) : bool

Method Details

BlockUpdate() public method

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

CurrentSignature() public method

public CurrentSignature ( ) : byte[]
return byte[]

GenerateSignature() public method

public GenerateSignature ( ) : byte[]
return byte[]

Gost3410DigestSigner() public method

public Gost3410DigestSigner ( IDsa signer, IDigest digest ) : System
signer IDsa
digest IDigest
return System

Init() public method

public Init ( bool forSigning, ICipherParameters parameters ) : void
forSigning bool
parameters ICipherParameters
return void

Reset() public method

Reset the internal state
public Reset ( ) : void
return void

Update() public method

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

VerifySignature() public method

public VerifySignature ( byte signature ) : bool
signature byte
return bool