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

Inheritance: ISigner
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode 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 méthode

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

CurrentSignature() public méthode

public CurrentSignature ( ) : byte[]
Résultat byte[]

GenerateSignature() public méthode

public GenerateSignature ( ) : byte[]
Résultat byte[]

Gost3410DigestSigner() public méthode

public Gost3410DigestSigner ( IDsa signer, IDigest digest ) : System
signer IDsa
digest IDigest
Résultat System

Init() public méthode

public Init ( bool forSigning, ICipherParameters parameters ) : void
forSigning bool
parameters ICipherParameters
Résultat void

Reset() public méthode

Reset the internal state
public Reset ( ) : void
Résultat void

Update() public méthode

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

VerifySignature() public méthode

public VerifySignature ( byte signature ) : bool
signature byte
Résultat bool