Method | Description | |
---|---|---|
BlockUpdate ( byte input, int off, int len ) : void | ||
GenerateSignature ( ) : byte[] | ||
Init ( bool forSigning, ICipherParameters parameters ) : void | ||
Reset ( ) : void | ||
Update ( byte b ) : void | ||
VerifySignature ( byte signature ) : bool | ||
X931Signer ( IAsymmetricBlockCipher cipher, IDigest digest ) : System | ||
X931Signer ( IAsymmetricBlockCipher cipher, IDigest digest, bool isImplicit ) : System |
Method | Description | |
---|---|---|
ClearBlock ( byte block ) : void |
clear possible sensitive data
|
|
CreateSignatureBlock ( ) : void |
public BlockUpdate ( byte input, int off, int len ) : void | ||
input | byte | |
off | int | |
len | int | |
return | void |
public Init ( bool forSigning, ICipherParameters parameters ) : void | ||
forSigning | bool | |
parameters | ICipherParameters | |
return | void |
public VerifySignature ( byte signature ) : bool | ||
signature | byte | |
return | bool |
public X931Signer ( IAsymmetricBlockCipher cipher, IDigest digest ) : System | ||
cipher | IAsymmetricBlockCipher | |
digest | IDigest | |
return | System |
public X931Signer ( IAsymmetricBlockCipher cipher, IDigest digest, bool isImplicit ) : System | ||
cipher | IAsymmetricBlockCipher | |
digest | IDigest | |
isImplicit | bool | |
return | System |