From d37944e081581085cf5668aa4f0bb428104fae8c Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 26 Nov 2010 00:41:20 +0000 Subject: [PATCH] javadoc --- core/java/src/net/i2p/data/PrivateKeyFile.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/java/src/net/i2p/data/PrivateKeyFile.java b/core/java/src/net/i2p/data/PrivateKeyFile.java index eab03576da..0c752f9d6a 100644 --- a/core/java/src/net/i2p/data/PrivateKeyFile.java +++ b/core/java/src/net/i2p/data/PrivateKeyFile.java @@ -23,6 +23,7 @@ import net.i2p.crypto.DSAEngine; * This helper class reads and writes files in the * same "eepPriv.dat" format used by the client code. * The format is: + *
  *  - Destination (387 bytes if no certificate, otherwise longer)
  *     - Public key (256 bytes)
  *     - Signing Public key (128 bytes)
@@ -32,6 +33,7 @@ import net.i2p.crypto.DSAEngine;
  *  - Private key (256 bytes)
  *  - Signing Private key (20 bytes)
  * Total 663 bytes
+ *
* * @author welterde, zzz */