Uses of Class
com.google.bitcoin.protocols.payments.PaymentSession

Packages that use PaymentSession
com.google.bitcoin.protocols.payments   
 

Uses of PaymentSession in com.google.bitcoin.protocols.payments
 

Methods in com.google.bitcoin.protocols.payments that return types with arguments of type PaymentSession
static com.google.common.util.concurrent.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 com.google.common.util.concurrent.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 com.google.common.util.concurrent.ListenableFuture<PaymentSession> PaymentSession.createFromBitcoinUri(BitcoinURI uri, boolean verifyPki, String trustStorePath)
          Returns a future that will be notified with a PaymentSession object after it is fetched using the provided uri.
static com.google.common.util.concurrent.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 com.google.common.util.concurrent.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 com.google.common.util.concurrent.ListenableFuture<PaymentSession> PaymentSession.createFromUrl(String url, boolean verifyPki, String trustStorePath)
          Returns a future that will be notified with a PaymentSession object after it is fetched using the provided url.
 



Copyright © 2014. All rights reserved.