diff --git a/docs/package-list b/docs/package-list deleted file mode 100644 index 386216153..000000000 --- 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 d694a3f0d..aa7b5faad 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 322a70c78..b9d8b0fb8 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 000000000..e7d59a6d1 --- /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 000000000..a771a4382 --- /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 000000000..3dff0e46e --- /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 000000000..7ffd78355 --- /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 000000000..675049888 --- /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 000000000..aa224d082 --- /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 c112f7c11..69bfd264e 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 763cff115..6a172ef95 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 04f321fdb..45330f52e 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 5efbd261f..47ff19d4a 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