Uses of Class
com.google.bitcoin.core.BloomFilter

Packages that use BloomFilter
com.google.bitcoin.core   
 

Uses of BloomFilter in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return BloomFilter
 BloomFilter Peer.getBloomFilter()
          Returns the last BloomFilter set by Peer.setBloomFilter(BloomFilter).
 BloomFilter Wallet.getBloomFilter(double falsePositiveRate)
          Gets a bloom filter that contains all of the public keys from this wallet, and which will provide the given false-positive rate.
 BloomFilter Wallet.getBloomFilter(int size, double falsePositiveRate, long nTweak)
          Gets a bloom filter that contains all of the public keys from this wallet, and which will provide the given false-positive rate if it has size elements.
 BloomFilter PeerFilterProvider.getBloomFilter(int size, double falsePositiveRate, long nTweak)
          Gets a bloom filter that contains all the necessary elements for the listener to receive relevant transactions.
 

Methods in com.google.bitcoin.core with parameters of type BloomFilter
 void BloomFilter.merge(BloomFilter filter)
          Copies filter into this.
 void Peer.setBloomFilter(BloomFilter filter)
          Sets a Bloom filter on this connection.
 



Copyright © 2014. All rights reserved.