パッケージ | 説明 |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
net.i2p.router.crypto |
Classes formerly in net.i2p.crypto but moved here as they are only used by the router.
|
net.i2p.router.networkdb.kademlia |
The network database, including implementation of floodfills.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
TagSetHandle |
SessionKeyManager.tagsDelivered(PublicKey target,
SessionKey key,
java.util.Set<SessionTag> sessionTags) |
Take note of the fact that the given sessionTags associated with the key for
encryption to the target have definitely been received at the target (aka call this
method after receiving an ack to a message delivering them)
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
SessionKeyManager.failTags(PublicKey target,
SessionKey key,
TagSetHandle ts) |
|
void |
SessionKeyManager.tagsAcked(PublicKey target,
SessionKey key,
TagSetHandle ts) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
TagSetHandle |
TransientSessionKeyManager.tagsDelivered(PublicKey target,
SessionKey key,
java.util.Set<SessionTag> sessionTags) |
Take note of the fact that the given sessionTags associated with the key for
encryption to the target have been sent.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
TransientSessionKeyManager.failTags(PublicKey target,
SessionKey key,
TagSetHandle ts) |
Mark these tags as invalid, since the peer
has failed to ack them in time.
|
void |
TransientSessionKeyManager.tagsAcked(PublicKey target,
SessionKey key,
TagSetHandle ts) |
Mark these tags as acked, start to use them (if we haven't already)
If the set was previously failed, it will be added back in.
|
コンストラクタ | 説明 |
---|---|
WrappedMessage(GarlicMessage msg,
SessionKeyManager skm,
PublicKey sentTo,
SessionKey sentKey,
TagSetHandle tsh) |