diff --git a/core/java/src/net/i2p/data/PrivateKeyFile.java b/core/java/src/net/i2p/data/PrivateKeyFile.java index eab03576da5aad78e1e2cd6ab3bc921f2d6ff924..0c752f9d6a22c0eed86d5aeb97d99081997f8eb1 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: + *<pre> * - 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 + *</pre> * * @author welterde, zzz */