Uses of Class
com.google.bitcoin.uri.BitcoinURI

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

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

Methods in com.google.bitcoin.protocols.payments with parameters of type BitcoinURI
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.
 



Copyright © 2014. All rights reserved.