Package org.bitcoinj.protocols.payments
The BIP70 payment protocol wraps Bitcoin transactions and adds various useful features like memos, refund addresses
and authentication.
-
Class Summary Class Description PaymentProtocol Utility methods and constants for working with BIP 70 aka the payment protocol.PaymentProtocol.Ack Message returned by the merchant in response to a Payment message.PaymentProtocol.Output Value object to hold amount/script pairs.PaymentProtocol.PkiVerificationData Information about the X.509 signature's issuer and subject.PaymentSession Provides a standard implementation of the Payment Protocol (BIP 0070)