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

Signer using a provided pre-computed signature, used by DSS
Inheritance: ISigner
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BlockUpdate ( byte input, int inOff, int length ) : void
CurrentSignature ( ) : byte[]
GenerateSignature ( ) : byte[]
Init ( bool forSigning, ICipherParameters parameters ) : void
PreComputedSigner ( ) : Org.BouncyCastle.Crypto

The default constructor for PreComputedSigner.

The default constructor for PreComputedSigner.

PreComputedSigner ( byte preComputedSignature ) : Org.BouncyCastle.Crypto
Reset ( ) : void
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[]

Init() public méthode

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

PreComputedSigner() public méthode

The default constructor for PreComputedSigner.
The default constructor for PreComputedSigner.
public PreComputedSigner ( ) : Org.BouncyCastle.Crypto
Résultat Org.BouncyCastle.Crypto

PreComputedSigner() public méthode

public PreComputedSigner ( byte preComputedSignature ) : Org.BouncyCastle.Crypto
preComputedSignature byte the preComputedSignature to set
Résultat Org.BouncyCastle.Crypto

Reset() public méthode

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