Méthode | Description | |
---|---|---|
BlockUpdate ( byte input, int inOff, int length ) : void | ||
CurrentSignature ( ) : byte[] | ||
GenerateSignature ( ) : byte[] | ||
GenericSigner ( IAsymmetricBlockCipher engine, IDigest digest ) : System | ||
Init ( bool forSigning, ICipherParameters parameters ) : void | ||
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 | |
Résultat | void |
public GenericSigner ( IAsymmetricBlockCipher engine, IDigest digest ) : System | ||
engine | IAsymmetricBlockCipher | |
digest | IDigest | |
Résultat | System |
public Init ( bool forSigning, ICipherParameters parameters ) : void | ||
forSigning | bool | |
parameters | ICipherParameters | |
Résultat | void |
public VerifySignature ( byte signature ) : bool | ||
signature | byte | |
Résultat | bool |