Package net.i2p.data

Class SessionKey

All Implemented Interfaces:
DataStructure
Direct Known Subclasses:
SessionKeyAndNonce

public class SessionKey
extends SimpleDataStructure
Defines the SessionKey as defined by the I2P data structure spec. A session key is a 32 byte Integer. To create one with random data, use I2PAppContext.keyGenerator().generateSessionKey().
Author:
jrandom