diff --git a/core/java/src/net/i2p/data/PrivateKeyFile.java b/core/java/src/net/i2p/data/PrivateKeyFile.java index eab03576d..0c752f9d6 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 */