nsISupports
Last changed in Gecko 1.9 (Firefox 3)boolean verifyData(in ACString aData, in ACString aSignature, in ACString aPublicKey); |
Verifies that the data matches the data that was used to generate the signature.
boolean verifyData( in ACString aData, in ACString aSignature, in ACString aPublicKey );
aData
aSignature
aPublicKey
true
if the signature matches the data, false
if not.