Home | History | Annotate | Download | only in server

Lines Matching refs:transaction

27      * Verifies the authenticity of the provided transaction by confirming that it was signed with
30 * @param transaction the contents of the purchase transaction, its contents are
34 * @param transactionSignature the signature of the transaction's contents.
36 * true, the server can consider the transaction is successful.
38 boolean verify(Transaction transaction, byte[] transactionSignature);
41 * Verifies the authenticity of the provided transaction by password.
43 * @param transaction the contents of the purchase transaction, its contents are signed by the
45 * @param password the password for the user associated with the {@code transaction}.
48 boolean verify(Transaction transaction, String password);