Property | Type | Description |
---|
Method | 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 |
public BlockUpdate ( byte input, int inOff, int length ) : void | ||
input | byte | |
inOff | int | |
length | int | |
return | void |
public Init ( bool forSigning, ICipherParameters parameters ) : void | ||
forSigning | bool | |
parameters | ICipherParameters | |
return | void |
public PreComputedSigner ( ) : Org.BouncyCastle.Crypto | ||
return | Org.BouncyCastle.Crypto |
public PreComputedSigner ( byte preComputedSignature ) : Org.BouncyCastle.Crypto | ||
preComputedSignature | byte | the preComputedSignature to set |
return | Org.BouncyCastle.Crypto |
public VerifySignature ( byte signature ) : bool | ||
signature | byte | |
return | bool |