Package | Description |
---|---|
org.bitcoinj.protocols.payments |
The BIP70 payment protocol wraps Bitcoin transactions and adds various useful features like memos, refund addresses
and authentication.
|
Modifier and Type | Method and Description |
---|---|
static PaymentSession |
PaymentProtocol.parsePaymentRequest(Protos.PaymentRequest paymentRequest)
Parse a payment request.
|
Modifier and Type | Method and Description |
---|---|
static ListenableFuture<PaymentSession> |
PaymentSession.createFromBitcoinUri(BitcoinURI uri)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
|
static ListenableFuture<PaymentSession> |
PaymentSession.createFromBitcoinUri(BitcoinURI uri,
boolean verifyPki)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
|
static ListenableFuture<PaymentSession> |
PaymentSession.createFromBitcoinUri(BitcoinURI uri,
boolean verifyPki,
TrustStoreLoader trustStoreLoader)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
|
static ListenableFuture<PaymentSession> |
PaymentSession.createFromUrl(String url)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided url.
|
static ListenableFuture<PaymentSession> |
PaymentSession.createFromUrl(String url,
boolean verifyPki)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided url.
|
static ListenableFuture<PaymentSession> |
PaymentSession.createFromUrl(String url,
boolean verifyPki,
TrustStoreLoader trustStoreLoader)
Returns a future that will be notified with a PaymentSession object after it is fetched using the provided url.
|
Copyright © 2016. All rights reserved.