| Package | Description |
|---|---|
| net.i2p.crypto |
Core cryptographic primitives and algorithms used throughout I2P.
|
| Modifier and Type | Method and Description |
|---|---|
net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry |
CryptixAESKeyCache.acquireKey()
Deprecated.
unused, keys are now cached in the SessionKey objects
|
static net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry |
CryptixAESKeyCache.createNew() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
CryptixRijndael_Algorithm.makeKey(byte[] k,
int blockSize,
net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry keyData)
Expand a user-supplied key material into a session key.
|
void |
CryptixAESKeyCache.releaseKey(net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry key)
Deprecated.
unused, keys are now cached in the SessionKey objects
|