From c7affe156d35cd0321aeb7ccff6eed86a529e4a1 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 27 Jun 2011 14:29:17 +0000 Subject: [PATCH] Move javadocs to the maven directory, check in fresh set --- docs/package-list | 1 - .../site/apidocs}/allclasses-frame.html | 33 +- .../site/apidocs}/allclasses-noframe.html | 33 +- .../google/bitcoin/bouncycastle/LICENSE.html | 311 +++++++++++ .../bouncycastle/class-use/LICENSE.html | 145 ++++++ .../bitcoin/bouncycastle/package-frame.html | 33 ++ .../bitcoin/bouncycastle/package-summary.html | 160 ++++++ .../bitcoin/bouncycastle/package-tree.html | 154 ++++++ .../bitcoin/bouncycastle/package-use.html | 145 ++++++ .../com/google/bitcoin/core/Address.html | 123 ++--- .../bitcoin/core/AddressFormatException.html | 39 +- .../google/bitcoin/core/AddressMessage.html | 31 +- .../com/google/bitcoin/core/Base58.html | 49 +- .../bitcoin/core/BitcoinSerializer.html | 323 ++++++++++++ .../com/google/bitcoin/core/Block.html | 59 ++- .../com/google/bitcoin/core/BlockChain.html | 27 +- .../com/google/bitcoin/core/BlockStore.html | 19 +- .../bitcoin/core/BlockStoreException.html | 47 +- .../core/BoundedOverheadBlockStore.html | 376 ++++++++++++++ .../google/bitcoin/core/DiskBlockStore.html | 33 +- .../com/google/bitcoin/core/DnsDiscovery.html | 43 +- .../google/bitcoin/core/DumpedPrivateKey.html | 317 ++++++++++++ .../com/google/bitcoin/core/ECKey.html | 41 +- .../google/bitcoin/core/GetBlocksMessage.html | 35 +- .../google/bitcoin/core/GetDataMessage.html | 110 ++-- .../bitcoin/core/InventoryItem.Type.html | 41 +- .../google/bitcoin/core/InventoryItem.html | 31 +- .../google/bitcoin/core/InventoryMessage.html | 130 ++--- .../com/google/bitcoin/core/IrcDiscovery.html | 55 +- .../com/google/bitcoin/core/ListMessage.html | 386 ++++++++++++++ .../google/bitcoin/core/MemoryBlockStore.html | 29 +- .../com/google/bitcoin/core/Message.html | 29 +- .../bitcoin/core/NetworkConnection.html | 63 +-- .../bitcoin/core/NetworkParameters.html | 57 ++- .../com/google/bitcoin/core/Peer.html | 43 +- .../com/google/bitcoin/core/PeerAddress.html | 43 +- .../google/bitcoin/core/PeerDiscovery.html | 25 +- .../bitcoin/core/PeerDiscoveryException.html | 55 +- .../apidocs/com/google/bitcoin/core/Ping.html | 258 ++++++++++ .../bitcoin/core/ProtocolException.html | 55 +- .../com/google/bitcoin/core/Script.html | 31 +- .../google/bitcoin/core/ScriptException.html | 51 +- .../com/google/bitcoin/core/SeedPeers.html | 299 +++++++++++ .../com/google/bitcoin/core/Sha256Hash.html | 49 +- .../com/google/bitcoin/core/StoredBlock.html | 49 +- .../bitcoin/core/Transaction.SigHash.html | 41 +- .../com/google/bitcoin/core/Transaction.html | 67 +-- .../google/bitcoin/core/TransactionInput.html | 47 +- .../bitcoin/core/TransactionOutPoint.html | 35 +- .../bitcoin/core/TransactionOutput.html | 45 +- .../google/bitcoin/core/UnknownMessage.html | 35 +- .../com/google/bitcoin/core/Utils.html | 79 +-- .../com/google/bitcoin/core/VarInt.html | 25 +- .../bitcoin/core/VerificationException.html | 43 +- .../com/google/bitcoin/core/VersionAck.html | 278 ++++++++++ .../google/bitcoin/core/VersionMessage.html | 41 +- .../core/VersionedChecksummedBytes.html | 414 +++++++++++++++ .../bitcoin/core/Wallet.BalanceType.html | 41 +- .../com/google/bitcoin/core/Wallet.html | 132 +++-- .../bitcoin/core/WalletEventListener.html | 33 +- .../bitcoin/core/class-use/Address.html | 223 ++++++++ .../class-use/AddressFormatException.html | 225 ++++++++ .../core/class-use/AddressMessage.html | 145 ++++++ .../google/bitcoin/core/class-use/Base58.html | 145 ++++++ .../core/class-use/BitcoinSerializer.html | 145 ++++++ .../google/bitcoin/core/class-use/Block.html | 269 ++++++++++ .../bitcoin/core/class-use/BlockChain.html | 181 +++++++ .../bitcoin/core/class-use/BlockStore.html | 245 +++++++++ .../core/class-use/BlockStoreException.html | 323 ++++++++++++ .../class-use/BoundedOverheadBlockStore.html | 145 ++++++ .../core/class-use/DiskBlockStore.html | 145 ++++++ .../bitcoin/core/class-use/DnsDiscovery.html | 145 ++++++ .../core/class-use/DumpedPrivateKey.html | 145 ++++++ .../google/bitcoin/core/class-use/ECKey.html | 237 +++++++++ .../core/class-use/GetBlocksMessage.html | 145 ++++++ .../core/class-use/GetDataMessage.html | 145 ++++++ .../core/class-use/InventoryItem.Type.html | 221 ++++++++ .../bitcoin/core/class-use/InventoryItem.html | 197 +++++++ .../core/class-use/InventoryMessage.html | 145 ++++++ .../bitcoin/core/class-use/IrcDiscovery.html | 145 ++++++ .../bitcoin/core/class-use/ListMessage.html | 189 +++++++ .../core/class-use/MemoryBlockStore.html | 145 ++++++ .../bitcoin/core/class-use/Message.html | 344 +++++++++++++ .../core/class-use/NetworkConnection.html | 181 +++++++ .../core/class-use/NetworkParameters.html | 484 ++++++++++++++++++ .../google/bitcoin/core/class-use/Peer.html | 183 +++++++ .../bitcoin/core/class-use/PeerAddress.html | 189 +++++++ .../bitcoin/core/class-use/PeerDiscovery.html | 197 +++++++ .../class-use/PeerDiscoveryException.html | 242 +++++++++ .../google/bitcoin/core/class-use/Ping.html | 145 ++++++ .../core/class-use/ProtocolException.html | 331 ++++++++++++ .../google/bitcoin/core/class-use/Script.html | 215 ++++++++ .../core/class-use/ScriptException.html | 299 +++++++++++ .../bitcoin/core/class-use/SeedPeers.html | 145 ++++++ .../bitcoin/core/class-use/Sha256Hash.html | 181 +++++++ .../bitcoin/core/class-use/StoredBlock.html | 357 +++++++++++++ .../core/class-use/Transaction.SigHash.html | 207 ++++++++ .../bitcoin/core/class-use/Transaction.html | 271 ++++++++++ .../core/class-use/TransactionInput.html | 181 +++++++ .../core/class-use/TransactionOutPoint.html | 145 ++++++ .../core/class-use/TransactionOutput.html | 189 +++++++ .../core/class-use/UnknownMessage.html | 145 ++++++ .../google/bitcoin/core/class-use/Utils.html | 145 ++++++ .../google/bitcoin/core/class-use/VarInt.html | 145 ++++++ .../core/class-use/VerificationException.html | 213 ++++++++ .../bitcoin/core/class-use/VersionAck.html | 145 ++++++ .../core/class-use/VersionMessage.html | 181 +++++++ .../class-use/VersionedChecksummedBytes.html | 189 +++++++ .../core/class-use/Wallet.BalanceType.html | 206 ++++++++ .../google/bitcoin/core/class-use/Wallet.html | 273 ++++++++++ .../core/class-use/WalletEventListener.html | 181 +++++++ .../google/bitcoin/core/package-frame.html | 21 +- .../google/bitcoin/core/package-summary.html | 60 ++- .../com/google/bitcoin/core/package-tree.html | 70 ++- .../com/google/bitcoin/core/package-use.html | 383 ++++++++++++++ .../google/bitcoin/examples/DumpWallet.html | 27 +- .../google/bitcoin/examples/PingService.html | 52 +- .../google/bitcoin/examples/PrintPeers.html | 260 ++++++++++ .../google/bitcoin/examples/PrivateKeys.html | 35 +- .../bitcoin/examples/RefreshWallet.html | 260 ++++++++++ .../examples/class-use/DumpWallet.html | 145 ++++++ .../examples/class-use/PingService.html | 145 ++++++ .../examples/class-use/PrintPeers.html | 145 ++++++ .../examples/class-use/PrivateKeys.html | 145 ++++++ .../examples/class-use/RefreshWallet.html | 145 ++++++ .../bitcoin/examples/package-frame.html | 11 +- .../bitcoin/examples/package-summary.html | 22 +- .../google/bitcoin/examples/package-tree.html | 15 +- .../google/bitcoin/examples/package-use.html | 145 ++++++ .../site/apidocs}/constant-values.html | 21 +- .../site/apidocs}/deprecated-list.html | 21 +- {docs => target/site/apidocs}/help-doc.html | 31 +- {docs => target/site/apidocs}/index-all.html | 206 ++++++-- {docs => target/site/apidocs}/index.html | 11 +- .../site/apidocs}/overview-frame.html | 7 +- .../site/apidocs}/overview-summary.html | 20 +- .../site/apidocs}/overview-tree.html | 63 ++- target/site/apidocs/package-list | 3 + .../site/apidocs}/resources/inherit.gif | Bin .../site/apidocs}/serialized-form.html | 160 ++++-- {docs => target/site/apidocs}/stylesheet.css | 0 141 files changed, 17605 insertions(+), 1205 deletions(-) delete mode 100644 docs/package-list rename {docs => target/site/apidocs}/allclasses-frame.html (74%) rename {docs => target/site/apidocs}/allclasses-noframe.html (74%) create mode 100644 target/site/apidocs/com/google/bitcoin/bouncycastle/LICENSE.html create mode 100644 target/site/apidocs/com/google/bitcoin/bouncycastle/class-use/LICENSE.html create mode 100644 target/site/apidocs/com/google/bitcoin/bouncycastle/package-frame.html create mode 100644 target/site/apidocs/com/google/bitcoin/bouncycastle/package-summary.html create mode 100644 target/site/apidocs/com/google/bitcoin/bouncycastle/package-tree.html create mode 100644 target/site/apidocs/com/google/bitcoin/bouncycastle/package-use.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/Address.html (64%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/AddressFormatException.html (58%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/AddressMessage.html (71%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/Base58.html (66%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/BitcoinSerializer.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/Block.html (79%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/BlockChain.html (84%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/BlockStore.html (89%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/BlockStoreException.html (54%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/BoundedOverheadBlockStore.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/DiskBlockStore.html (79%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/DnsDiscovery.html (69%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/DumpedPrivateKey.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/ECKey.html (76%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/GetBlocksMessage.html (74%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/GetDataMessage.html (63%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/InventoryItem.Type.html (66%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/InventoryItem.html (74%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/InventoryMessage.html (67%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/IrcDiscovery.html (64%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/ListMessage.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/MemoryBlockStore.html (80%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/Message.html (73%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/NetworkConnection.html (69%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/NetworkParameters.html (76%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/Peer.html (70%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/PeerAddress.html (74%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/PeerDiscovery.html (80%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/PeerDiscoveryException.html (54%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/Ping.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/ProtocolException.html (53%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/Script.html (86%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/ScriptException.html (53%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/SeedPeers.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/Sha256Hash.html (64%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/StoredBlock.html (74%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/Transaction.SigHash.html (67%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/Transaction.html (78%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/TransactionInput.html (75%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/TransactionOutPoint.html (74%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/TransactionOutput.html (76%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/UnknownMessage.html (74%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/Utils.html (71%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/VarInt.html (76%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/VerificationException.html (54%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/VersionAck.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/VersionMessage.html (80%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/VersionedChecksummedBytes.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/Wallet.BalanceType.html (67%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/Wallet.html (68%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/WalletEventListener.html (76%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Address.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/AddressFormatException.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/AddressMessage.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Base58.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/BitcoinSerializer.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Block.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/BlockChain.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/BlockStore.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/BlockStoreException.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/BoundedOverheadBlockStore.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/DiskBlockStore.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/DnsDiscovery.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/DumpedPrivateKey.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/ECKey.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/GetBlocksMessage.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/GetDataMessage.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/InventoryItem.Type.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/InventoryItem.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/InventoryMessage.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/IrcDiscovery.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/ListMessage.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/MemoryBlockStore.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Message.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/NetworkConnection.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/NetworkParameters.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Peer.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/PeerAddress.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/PeerDiscovery.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/PeerDiscoveryException.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Ping.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/ProtocolException.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Script.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/ScriptException.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/SeedPeers.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Sha256Hash.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/StoredBlock.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Transaction.SigHash.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Transaction.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/TransactionInput.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/TransactionOutPoint.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/TransactionOutput.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/UnknownMessage.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Utils.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/VarInt.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/VerificationException.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/VersionAck.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/VersionMessage.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/VersionedChecksummedBytes.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Wallet.BalanceType.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/Wallet.html create mode 100644 target/site/apidocs/com/google/bitcoin/core/class-use/WalletEventListener.html rename {docs => target/site/apidocs}/com/google/bitcoin/core/package-frame.html (83%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/package-summary.html (81%) rename {docs => target/site/apidocs}/com/google/bitcoin/core/package-tree.html (56%) create mode 100644 target/site/apidocs/com/google/bitcoin/core/package-use.html rename {docs => target/site/apidocs}/com/google/bitcoin/examples/DumpWallet.html (70%) rename {docs => target/site/apidocs}/com/google/bitcoin/examples/PingService.html (63%) create mode 100644 target/site/apidocs/com/google/bitcoin/examples/PrintPeers.html rename {docs => target/site/apidocs}/com/google/bitcoin/examples/PrivateKeys.html (67%) create mode 100644 target/site/apidocs/com/google/bitcoin/examples/RefreshWallet.html create mode 100644 target/site/apidocs/com/google/bitcoin/examples/class-use/DumpWallet.html create mode 100644 target/site/apidocs/com/google/bitcoin/examples/class-use/PingService.html create mode 100644 target/site/apidocs/com/google/bitcoin/examples/class-use/PrintPeers.html create mode 100644 target/site/apidocs/com/google/bitcoin/examples/class-use/PrivateKeys.html create mode 100644 target/site/apidocs/com/google/bitcoin/examples/class-use/RefreshWallet.html rename {docs => target/site/apidocs}/com/google/bitcoin/examples/package-frame.html (63%) rename {docs => target/site/apidocs}/com/google/bitcoin/examples/package-summary.html (82%) rename {docs => target/site/apidocs}/com/google/bitcoin/examples/package-tree.html (83%) create mode 100644 target/site/apidocs/com/google/bitcoin/examples/package-use.html rename {docs => target/site/apidocs}/constant-values.html (88%) rename {docs => target/site/apidocs}/deprecated-list.html (75%) rename {docs => target/site/apidocs}/help-doc.html (78%) rename {docs => target/site/apidocs}/index-all.html (82%) rename {docs => target/site/apidocs}/index.html (67%) rename {docs => target/site/apidocs}/overview-frame.html (71%) rename {docs => target/site/apidocs}/overview-summary.html (87%) rename {docs => target/site/apidocs}/overview-tree.html (50%) create mode 100644 target/site/apidocs/package-list rename {docs => target/site/apidocs}/resources/inherit.gif (100%) rename {docs => target/site/apidocs}/serialized-form.html (70%) rename {docs => target/site/apidocs}/stylesheet.css (100%) diff --git a/docs/package-list b/docs/package-list deleted file mode 100644 index 38621615..00000000 --- a/docs/package-list +++ /dev/null @@ -1 +0,0 @@ -com.google.bitcoin.core diff --git a/docs/allclasses-frame.html b/target/site/apidocs/allclasses-frame.html similarity index 74% rename from docs/allclasses-frame.html rename to target/site/apidocs/allclasses-frame.html index d694a3f0..aa7b5faa 100644 --- a/docs/allclasses-frame.html +++ b/target/site/apidocs/allclasses-frame.html @@ -2,10 +2,13 @@ + + -All Classes +All Classes (BitCoinJ 0.2 API) + @@ -27,6 +30,8 @@ All Classes
Base58
+BitcoinSerializer +
Block
BlockChain @@ -35,10 +40,16 @@ All Classes
BlockStoreException
+BoundedOverheadBlockStore +
DiskBlockStore
DnsDiscovery
+DumpedPrivateKey +
+DumpWallet +
ECKey
GetBlocksMessage @@ -53,6 +64,10 @@ All Classes
IrcDiscovery
+LICENSE +
+ListMessage +
MemoryBlockStore
Message @@ -69,12 +84,24 @@ All Classes
PeerDiscoveryException
+Ping +
+PingService +
+PrintPeers +
+PrivateKeys +
ProtocolException
+RefreshWallet +
Script
ScriptException
+SeedPeers +
Sha256Hash
StoredBlock @@ -97,6 +124,10 @@ All Classes
VerificationException
+VersionAck +
+VersionedChecksummedBytes +
VersionMessage
Wallet diff --git a/docs/allclasses-noframe.html b/target/site/apidocs/allclasses-noframe.html similarity index 74% rename from docs/allclasses-noframe.html rename to target/site/apidocs/allclasses-noframe.html index 322a70c7..b9d8b0fb 100644 --- a/docs/allclasses-noframe.html +++ b/target/site/apidocs/allclasses-noframe.html @@ -2,10 +2,13 @@ + + -All Classes +All Classes (BitCoinJ 0.2 API) + @@ -27,6 +30,8 @@ All Classes
Base58
+BitcoinSerializer +
Block
BlockChain @@ -35,10 +40,16 @@ All Classes
BlockStoreException
+BoundedOverheadBlockStore +
DiskBlockStore
DnsDiscovery
+DumpedPrivateKey +
+DumpWallet +
ECKey
GetBlocksMessage @@ -53,6 +64,10 @@ All Classes
IrcDiscovery
+LICENSE +
+ListMessage +
MemoryBlockStore
Message @@ -69,12 +84,24 @@ All Classes
PeerDiscoveryException
+Ping +
+PingService +
+PrintPeers +
+PrivateKeys +
ProtocolException
+RefreshWallet +
Script
ScriptException
+SeedPeers +
Sha256Hash
StoredBlock @@ -97,6 +124,10 @@ All Classes
VerificationException
+VersionAck +
+VersionedChecksummedBytes +
VersionMessage
Wallet diff --git a/target/site/apidocs/com/google/bitcoin/bouncycastle/LICENSE.html b/target/site/apidocs/com/google/bitcoin/bouncycastle/LICENSE.html new file mode 100644 index 00000000..e7d59a6d --- /dev/null +++ b/target/site/apidocs/com/google/bitcoin/bouncycastle/LICENSE.html @@ -0,0 +1,311 @@ + + + + + + + +LICENSE (BitCoinJ 0.2 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.google.bitcoin.bouncycastle +
+Class LICENSE

+
+java.lang.Object
+  extended by com.google.bitcoin.bouncycastle.LICENSE
+
+
+
+
public class LICENSE
extends Object
+ + +

+The Bouncy Castle License + + Copyright (c) 2000-2008 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) +

+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: +

+ The above copyright notice and this permission notice shall be included in all copies or substantial + portions of the Software. +

+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +

+ +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static StringlicenseText + +
+           
+  + + + + + + + + + + +
+Constructor Summary
LICENSE() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+licenseText

+
+public static String licenseText
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+LICENSE

+
+public LICENSE()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/target/site/apidocs/com/google/bitcoin/bouncycastle/class-use/LICENSE.html b/target/site/apidocs/com/google/bitcoin/bouncycastle/class-use/LICENSE.html new file mode 100644 index 00000000..a771a438 --- /dev/null +++ b/target/site/apidocs/com/google/bitcoin/bouncycastle/class-use/LICENSE.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.google.bitcoin.bouncycastle.LICENSE (BitCoinJ 0.2 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.google.bitcoin.bouncycastle.LICENSE

+
+No usage of com.google.bitcoin.bouncycastle.LICENSE +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/target/site/apidocs/com/google/bitcoin/bouncycastle/package-frame.html b/target/site/apidocs/com/google/bitcoin/bouncycastle/package-frame.html new file mode 100644 index 00000000..3dff0e46 --- /dev/null +++ b/target/site/apidocs/com/google/bitcoin/bouncycastle/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +com.google.bitcoin.bouncycastle (BitCoinJ 0.2 API) + + + + + + + + + + + +com.google.bitcoin.bouncycastle + + + + +
+Classes  + +
+LICENSE
+ + + + diff --git a/target/site/apidocs/com/google/bitcoin/bouncycastle/package-summary.html b/target/site/apidocs/com/google/bitcoin/bouncycastle/package-summary.html new file mode 100644 index 00000000..7ffd7835 --- /dev/null +++ b/target/site/apidocs/com/google/bitcoin/bouncycastle/package-summary.html @@ -0,0 +1,160 @@ + + + + + + + +com.google.bitcoin.bouncycastle (BitCoinJ 0.2 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.google.bitcoin.bouncycastle +

+ + + + + + + + + +
+Class Summary
LICENSEThe Bouncy Castle License + + Copyright (c) 2000-2008 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/target/site/apidocs/com/google/bitcoin/bouncycastle/package-tree.html b/target/site/apidocs/com/google/bitcoin/bouncycastle/package-tree.html new file mode 100644 index 00000000..67504988 --- /dev/null +++ b/target/site/apidocs/com/google/bitcoin/bouncycastle/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +com.google.bitcoin.bouncycastle Class Hierarchy (BitCoinJ 0.2 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.google.bitcoin.bouncycastle +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/target/site/apidocs/com/google/bitcoin/bouncycastle/package-use.html b/target/site/apidocs/com/google/bitcoin/bouncycastle/package-use.html new file mode 100644 index 00000000..aa224d08 --- /dev/null +++ b/target/site/apidocs/com/google/bitcoin/bouncycastle/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.google.bitcoin.bouncycastle (BitCoinJ 0.2 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.google.bitcoin.bouncycastle

+
+No usage of com.google.bitcoin.bouncycastle +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/docs/com/google/bitcoin/core/Address.html b/target/site/apidocs/com/google/bitcoin/core/Address.html similarity index 64% rename from docs/com/google/bitcoin/core/Address.html rename to target/site/apidocs/com/google/bitcoin/core/Address.html index c112f7c1..69bfd264 100644 --- a/docs/com/google/bitcoin/core/Address.html +++ b/target/site/apidocs/com/google/bitcoin/core/Address.html @@ -2,10 +2,13 @@ + + -Address +Address (BitCoinJ 0.2 API) + @@ -13,7 +16,7 @@ Address function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Address"; + parent.document.title="Address (BitCoinJ 0.2 API)"; } } @@ -35,8 +38,10 @@ function windowTitle() - + + + @@ -72,7 +77,7 @@ function windowTitle() + SUMMARY: NESTED | FIELD | CONSTR | METHOD @@ -88,12 +93,13 @@ com.google.bitcoin.core
Class Address
-java.lang.Object
-  extended by com.google.bitcoin.core.Address
+java.lang.Object
+  extended by com.google.bitcoin.core.VersionedChecksummedBytes
+      extended by com.google.bitcoin.core.Address
 

-
public class Address
extends java.lang.Object
+
public class Address
extends VersionedChecksummedBytes

@@ -117,7 +123,25 @@ A BitCoin address is fundamentally derived from an elliptic curve public key and


+ + +

+ + + +
+Field Summary
+ + + + + + + +
Fields inherited from class com.google.bitcoin.core.VersionedChecksummedBytes
bytes, version
@@ -135,7 +159,7 @@ A BitCoin address is fundamentally derived from an elliptic curve public key and Address(NetworkParameters params, - java.lang.String address) + String address)
          Construct an address from parameters and the standard "human readable" form. @@ -152,44 +176,29 @@ A BitCoin address is fundamentally derived from an elliptic curve public key and - boolean -equals(java.lang.Object o) - -
-            - - -  byte[] getHash160()
          The (big endian) 20 byte hash that is the core of a BitCoin address. - - - int -hashCode() - -
-            + +  + + + - - +
Methods inherited from class com.google.bitcoin.core.VersionedChecksummedBytes
- java.lang.StringtoString() - -
-           
equals, getVersion, hashCode, toString
  - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
  @@ -222,7 +231,7 @@ public Address(NetworkParameters params, - java.lang.String address) + String address) throws AddressFormatException
Construct an address from parameters and the standard "human readable" form. Example:

@@ -256,48 +265,6 @@ public byte[] getHash160()

-
- -

-equals

-
-public boolean equals(java.lang.Object o)
-
-
-
Overrides:
equals in class java.lang.Object
-
-
-
-
-
-
- -

-hashCode

-
-public int hashCode()
-
-
-
Overrides:
hashCode in class java.lang.Object
-
-
-
-
-
-
- -

-toString

-
-public java.lang.String toString()
-
-
-
Overrides:
toString in class java.lang.Object
-
-
-
-
-

@@ -311,8 +278,10 @@ public java.lang.String toString() - + + + @@ -348,7 +317,7 @@ public java.lang.String toString() + SUMMARY: NESTED | FIELD | CONSTR | METHOD @@ -357,6 +326,6 @@ DETAIL: FIELD | CONSTR |&n
- +Copyright © 2011. All Rights Reserved. diff --git a/docs/com/google/bitcoin/core/AddressFormatException.html b/target/site/apidocs/com/google/bitcoin/core/AddressFormatException.html similarity index 58% rename from docs/com/google/bitcoin/core/AddressFormatException.html rename to target/site/apidocs/com/google/bitcoin/core/AddressFormatException.html index 763cff11..6a172ef9 100644 --- a/docs/com/google/bitcoin/core/AddressFormatException.html +++ b/target/site/apidocs/com/google/bitcoin/core/AddressFormatException.html @@ -2,10 +2,13 @@ + + -AddressFormatException +AddressFormatException (BitCoinJ 0.2 API) + @@ -13,7 +16,7 @@ AddressFormatException function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AddressFormatException"; + parent.document.title="AddressFormatException (BitCoinJ 0.2 API)"; } } @@ -35,8 +38,10 @@ function windowTitle()
- + + + @@ -88,17 +93,17 @@ com.google.bitcoin.core
Class AddressFormatException
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
           extended by com.google.bitcoin.core.AddressFormatException
 
-
All Implemented Interfaces:
java.io.Serializable
+
All Implemented Interfaces:
Serializable

-
public class AddressFormatException
extends java.lang.Exception
+
public class AddressFormatException
extends Exception

@@ -123,7 +128,7 @@ java.lang.Object            

- @@ -142,19 +147,19 @@ java.lang.Object  
AddressFormatException(java.lang.String message) +AddressFormatException(String message)
           
- + - +
Methods inherited from class java.lang.ThrowableMethods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
  - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -181,7 +186,7 @@ public AddressFormatException()

AddressFormatException

-public AddressFormatException(java.lang.String message)
+public AddressFormatException(String message)
@@ -197,8 +202,10 @@ public AddressFormatException(java.lang.String message) - + + + @@ -243,6 +250,6 @@ DETAIL: FIELD | CONSTR |&n
- +Copyright © 2011. All Rights Reserved. diff --git a/docs/com/google/bitcoin/core/AddressMessage.html b/target/site/apidocs/com/google/bitcoin/core/AddressMessage.html similarity index 71% rename from docs/com/google/bitcoin/core/AddressMessage.html rename to target/site/apidocs/com/google/bitcoin/core/AddressMessage.html index 04f321fd..45330f52 100644 --- a/docs/com/google/bitcoin/core/AddressMessage.html +++ b/target/site/apidocs/com/google/bitcoin/core/AddressMessage.html @@ -2,10 +2,13 @@ + + -AddressMessage +AddressMessage (BitCoinJ 0.2 API) + @@ -13,7 +16,7 @@ AddressMessage function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AddressMessage"; + parent.document.title="AddressMessage (BitCoinJ 0.2 API)"; } } @@ -35,8 +38,10 @@ function windowTitle()
- + + + @@ -88,12 +93,12 @@ com.google.bitcoin.core
Class AddressMessage
-java.lang.Object
+java.lang.Object
   extended by com.google.bitcoin.core.Message
       extended by com.google.bitcoin.core.AddressMessage
 
-
All Implemented Interfaces:
java.io.Serializable
+
All Implemented Interfaces:
Serializable

@@ -135,7 +140,7 @@ java.lang.Object
+ String
- java.lang.String toString()
@@ -154,10 +159,10 @@ java.lang.Object   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -176,10 +181,10 @@ java.lang.Object

toString

-public java.lang.String toString()
+public String toString()
-
Overrides:
toString in class java.lang.Object
+
Overrides:
toString in class Object
@@ -198,8 +203,10 @@ public java.lang.String toString() - + + + @@ -244,6 +251,6 @@ DETAIL: FIELD | CONSTR | METHO
- +Copyright © 2011. All Rights Reserved. diff --git a/docs/com/google/bitcoin/core/Base58.html b/target/site/apidocs/com/google/bitcoin/core/Base58.html similarity index 66% rename from docs/com/google/bitcoin/core/Base58.html rename to target/site/apidocs/com/google/bitcoin/core/Base58.html index 5efbd261..47ff19d4 100644 --- a/docs/com/google/bitcoin/core/Base58.html +++ b/target/site/apidocs/com/google/bitcoin/core/Base58.html @@ -2,10 +2,13 @@ + + -Base58 +Base58 (BitCoinJ 0.2 API) + @@ -13,7 +16,7 @@ Base58 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Base58"; + parent.document.title="Base58 (BitCoinJ 0.2 API)"; } } @@ -35,8 +38,10 @@ function windowTitle()
- + + + @@ -52,7 +57,7 @@ function windowTitle() + NEXT CLASS - @@ -151,22 +156,22 @@ A custom form of base58 is used to encode BitCoin addresses. Note that this is n - - + +static String
static byte[]decode(java.lang.String input) +decode(String input)
           
static byte[]decodeChecked(java.lang.String input) +decodeChecked(String input)
          Uses the checksum in the last 4 bytes of the decoded data to verify the rest are correct.
-static java.math.BigIntegerdecodeToBigInteger(java.lang.String input) +static BigIntegerdecodeToBigInteger(String input)
           
-static java.lang.String encode(byte[] input)
@@ -176,10 +181,10 @@ A custom form of base58 is used to encode BitCoin addresses. Note that this is n   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -215,7 +220,7 @@ public Base58()

encode

-public static java.lang.String encode(byte[] input)
+public static String encode(byte[] input)
@@ -226,7 +231,7 @@ public static java.lang.String encode(byte[] input)

decode

-public static byte[] decode(java.lang.String input)
+public static byte[] decode(String input)
                      throws AddressFormatException
@@ -240,8 +245,8 @@ public static byte[] decode(java.lang.String input)

decodeToBigInteger

-public static java.math.BigInteger decodeToBigInteger(java.lang.String input)
-                                               throws AddressFormatException
+public static BigInteger decodeToBigInteger(String input) + throws AddressFormatException
@@ -254,7 +259,7 @@ public static java.math.BigInteger decodeToBigInteger(java.lang.String&nb

decodeChecked

-public static byte[] decodeChecked(java.lang.String input)
+public static byte[] decodeChecked(String input)
                             throws AddressFormatException
Uses the checksum in the last 4 bytes of the decoded data to verify the rest are correct. The checksum is @@ -279,8 +284,10 @@ public static byte[] decodeChecked(java.lang.String input) - + + + @@ -296,7 +303,7 @@ public static byte[] decodeChecked(java.lang.String input) + NEXT CLASS