net.robotmedia.billing.security
Interface ISignatureValidator

All Known Implementing Classes:
DefaultSignatureValidator

public interface ISignatureValidator


Method Summary
 boolean validate(String signedData, String signature)
          Validates that the specified signature matches the computed signature on the specified signed data.
 

Method Detail

validate

boolean validate(String signedData,
                 String signature)
Validates that the specified signature matches the computed signature on the specified signed data. Returns true if the data is correctly signed.

Parameters:
signedData - signed data
signature - signature
Returns:
true if the data and signature match, false otherwise.


Copyright © 2013. All Rights Reserved.