Fix a typo in ECKey JavaDocs.

Remove the timestamp from the generated JavaDoc output to minimize subversion diffs in future.
Make the broadcastTransaction method of Peer package private. It's no longer needed to send coins.
This commit is contained in:
Mike Hearn 2011-03-07 13:37:47 +00:00
parent fbb93e4c27
commit c3f5496a8e
54 changed files with 7 additions and 135 deletions

View File

@ -17,7 +17,8 @@
<target name="docs" depends="init">
<javadoc sourcepath="src"
excludepackagenames="com.google.bitcoin.bouncycastle.*"
destdir="docs"/>
destdir="docs"
additionalparam="-notimestamp"/>
</target>
<target name="test" depends="compile">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
All Classes
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
All Classes
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:16 CET 2011 -->
<TITLE>
Address
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:16 CET 2011 -->
<TITLE>
AddressFormatException
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:16 CET 2011 -->
<TITLE>
AddressMessage
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:16 CET 2011 -->
<TITLE>
Base58
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:16 CET 2011 -->
<TITLE>
Block
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:16 CET 2011 -->
<TITLE>
BlockChain
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:16 CET 2011 -->
<TITLE>
ECKey
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
@ -103,7 +101,7 @@ java.lang.Object
</PRE>
<P>
Represents either an elliptic curve keypair that we own and can use for signing transactions. Currently,
Represents an elliptic curve keypair that we own and can use for signing transactions. Currently,
Bouncy Castle is used. In future this may become an interface with multiple implementations using different crypto
libraries. The class also provides a static method that can verify a signature with just the public key.<p>
<P>

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
GetBlocksMessage
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
GetDataMessage
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
InventoryItem.Type
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
InventoryItem
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
InventoryMessage
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
Message
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
NetworkConnection
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
NetworkParameters
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
Peer
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
@ -139,14 +137,6 @@ A Peer handles the high level communication with a BitCoin node. It requires a N
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/google/bitcoin/core/Peer.html#broadcastTransaction(com.google.bitcoin.core.Transaction)">broadcastTransaction</A></B>(<A HREF="../../../../com/google/bitcoin/core/Transaction.html" title="class in com.google.bitcoin.core">Transaction</A>&nbsp;tx)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Send the given Transaction, ie, make a payment with BitCoins.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/google/bitcoin/core/Peer.html#disconnect()">disconnect</A></B>()</CODE>
<BR>
@ -253,23 +243,6 @@ public java.util.concurrent.Future&lt;<A HREF="../../../../com/google/bitcoin/co
</DL>
<HR>
<A NAME="broadcastTransaction(com.google.bitcoin.core.Transaction)"><!-- --></A><H3>
broadcastTransaction</H3>
<PRE>
public void <B>broadcastTransaction</B>(<A HREF="../../../../com/google/bitcoin/core/Transaction.html" title="class in com.google.bitcoin.core">Transaction</A>&nbsp;tx)
throws java.io.IOException</PRE>
<DL>
<DD>Send the given Transaction, ie, make a payment with BitCoins. To create a transaction you can broadcast, use
a <A HREF="../../../../com/google/bitcoin/core/Wallet.html" title="class in com.google.bitcoin.core"><CODE>Wallet</CODE></A>. After the broadcast completes, confirm the send using the wallet confirmSend() method.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="startBlockChainDownload()"><!-- --></A><H3>
startBlockChainDownload</H3>
<PRE>

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
PeerAddress
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
ProtocolException
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
Script
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
ScriptException
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
Transaction.SigHash
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
Transaction
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
TransactionInput
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
TransactionOutPoint
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
TransactionOutput
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
UnknownMessage
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
Utils
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
VarInt
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:17 CET 2011 -->
<TITLE>
VerificationException
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
VersionMessage
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
Wallet
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
WalletEventListener
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
com.google.bitcoin.core
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
com.google.bitcoin.core
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
@ -124,7 +122,7 @@ Package com.google.bitcoin.core
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/google/bitcoin/core/ECKey.html" title="class in com.google.bitcoin.core">ECKey</A></B></TD>
<TD>Represents either an elliptic curve keypair that we own and can use for signing transactions.</TD>
<TD>Represents an elliptic curve keypair that we own and can use for signing transactions.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/google/bitcoin/core/GetBlocksMessage.html" title="class in com.google.bitcoin.core">GetBlocksMessage</A></B></TD>

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
com.google.bitcoin.core Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
PingService
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
PrivateKeys
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
com.google.bitcoin.examples
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
com.google.bitcoin.examples
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
com.google.bitcoin.examples Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
Constant Field Values
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
Deprecated List
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
API Help
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
Index
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
@ -165,9 +163,6 @@ Constructor for class com.google.bitcoin.core.<A HREF="./com/google/bitcoin/core
chain follows the rules of the <A HREF="./com/google/bitcoin/core/NetworkParameters.html" title="class in com.google.bitcoin.core"><CODE>NetworkParameters</CODE></A> for this chain.<DT><A HREF="./com/google/bitcoin/core/BlockChain.html#BlockChain(com.google.bitcoin.core.NetworkParameters, com.google.bitcoin.core.Wallet)"><B>BlockChain(NetworkParameters, Wallet)</B></A> -
Constructor for class com.google.bitcoin.core.<A HREF="./com/google/bitcoin/core/BlockChain.html" title="class in com.google.bitcoin.core">BlockChain</A>
<DD>&nbsp;
<DT><A HREF="./com/google/bitcoin/core/Peer.html#broadcastTransaction(com.google.bitcoin.core.Transaction)"><B>broadcastTransaction(Transaction)</B></A> -
Method in class com.google.bitcoin.core.<A HREF="./com/google/bitcoin/core/Peer.html" title="class in com.google.bitcoin.core">Peer</A>
<DD>Send the given Transaction, ie, make a payment with BitCoins.
<DT><A HREF="./com/google/bitcoin/core/Message.html#bytes"><B>bytes</B></A> -
Variable in class com.google.bitcoin.core.<A HREF="./com/google/bitcoin/core/Message.html" title="class in com.google.bitcoin.core">Message</A>
<DD>&nbsp;
@ -219,7 +214,7 @@ Static method in class com.google.bitcoin.core.<A HREF="./com/google/bitcoin/cor
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./com/google/bitcoin/core/ECKey.html" title="class in com.google.bitcoin.core"><B>ECKey</B></A> - Class in <A HREF="./com/google/bitcoin/core/package-summary.html">com.google.bitcoin.core</A><DD>Represents either an elliptic curve keypair that we own and can use for signing transactions.<DT><A HREF="./com/google/bitcoin/core/ECKey.html#ECKey()"><B>ECKey()</B></A> -
<DT><A HREF="./com/google/bitcoin/core/ECKey.html" title="class in com.google.bitcoin.core"><B>ECKey</B></A> - Class in <A HREF="./com/google/bitcoin/core/package-summary.html">com.google.bitcoin.core</A><DD>Represents an elliptic curve keypair that we own and can use for signing transactions.<DT><A HREF="./com/google/bitcoin/core/ECKey.html#ECKey()"><B>ECKey()</B></A> -
Constructor for class com.google.bitcoin.core.<A HREF="./com/google/bitcoin/core/ECKey.html" title="class in com.google.bitcoin.core">ECKey</A>
<DD>Generates an entirely new keypair.
<DT><A HREF="./com/google/bitcoin/core/ECKey.html#ECKey(java.math.BigInteger)"><B>ECKey(BigInteger)</B></A> -

View File

@ -2,7 +2,6 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Mon Mar 07 11:12:18 CET 2011-->
<TITLE>
Generated Documentation (Untitled)
</TITLE>

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
Overview List
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
Overview
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -2,12 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Mon Mar 07 11:12:18 CET 2011 -->
<TITLE>
Serialized Form
</TITLE>
<META NAME="date" CONTENT="2011-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -34,7 +34,7 @@ import java.math.BigInteger;
import java.security.SecureRandom;
/**
* Represents either an elliptic curve keypair that we own and can use for signing transactions. Currently,
* Represents an elliptic curve keypair that we own and can use for signing transactions. Currently,
* Bouncy Castle is used. In future this may become an interface with multiple implementations using different crypto
* libraries. The class also provides a static method that can verify a signature with just the public key.<p>
*/

View File

@ -279,7 +279,7 @@ public class Peer {
* a {@link Wallet}. After the broadcast completes, confirm the send using the wallet confirmSend() method.
* @throws IOException
*/
public void broadcastTransaction(Transaction tx) throws IOException {
void broadcastTransaction(Transaction tx) throws IOException {
conn.writeMessage(NetworkConnection.MSG_TX, tx);
}