javadoc
This commit is contained in:
@ -23,6 +23,7 @@ import net.i2p.crypto.DSAEngine;
|
|||||||
* This helper class reads and writes files in the
|
* This helper class reads and writes files in the
|
||||||
* same "eepPriv.dat" format used by the client code.
|
* same "eepPriv.dat" format used by the client code.
|
||||||
* The format is:
|
* The format is:
|
||||||
|
*<pre>
|
||||||
* - Destination (387 bytes if no certificate, otherwise longer)
|
* - Destination (387 bytes if no certificate, otherwise longer)
|
||||||
* - Public key (256 bytes)
|
* - Public key (256 bytes)
|
||||||
* - Signing Public key (128 bytes)
|
* - Signing Public key (128 bytes)
|
||||||
@ -32,6 +33,7 @@ import net.i2p.crypto.DSAEngine;
|
|||||||
* - Private key (256 bytes)
|
* - Private key (256 bytes)
|
||||||
* - Signing Private key (20 bytes)
|
* - Signing Private key (20 bytes)
|
||||||
* Total 663 bytes
|
* Total 663 bytes
|
||||||
|
*</pre>
|
||||||
*
|
*
|
||||||
* @author welterde, zzz
|
* @author welterde, zzz
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user