forked from I2P_Developers/i2p.i2p
javadoc fixes
This commit is contained in:
@ -58,7 +58,6 @@ public class BlindingInfoMessage extends I2CPMessageImpl {
|
|||||||
* Will create a DEST or KEY message type, depending on whether
|
* Will create a DEST or KEY message type, depending on whether
|
||||||
* BlindData has the full destination.
|
* BlindData has the full destination.
|
||||||
*
|
*
|
||||||
* @param expiration ms from now or 0 for forever
|
|
||||||
*/
|
*/
|
||||||
public BlindingInfoMessage(BlindData bd, SessionId id) {
|
public BlindingInfoMessage(BlindData bd, SessionId id) {
|
||||||
this(id, bd.getExpiration(), bd.getAuthType(), bd.getBlindedSigType(), bd.getAuthPrivKey(), bd.getSecret());
|
this(id, bd.getExpiration(), bd.getAuthType(), bd.getBlindedSigType(), bd.getAuthPrivKey(), bd.getSecret());
|
||||||
|
@ -17,7 +17,7 @@ public interface IVValidator {
|
|||||||
* dvorak for pointing out that tagging!
|
* dvorak for pointing out that tagging!
|
||||||
*
|
*
|
||||||
* @param iv data will not be modified
|
* @param iv data will not be modified
|
||||||
* @param iv payload will not be modified
|
* @param payload will not be modified
|
||||||
*/
|
*/
|
||||||
public boolean receiveIV(byte iv[], int ivOffset, byte payload[], int payloadOffset);
|
public boolean receiveIV(byte iv[], int ivOffset, byte payload[], int payloadOffset);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user