Package | Description |
---|---|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
Modifier and Type | Method and Description |
---|---|
RatchetSKM |
MuxedSKM.getECSKM() |
Modifier and Type | Method and Description |
---|---|
CloveSet |
ECIESAEADEngine.decrypt(byte[] data,
PrivateKey targetPrivateKey,
RatchetSKM keyManager)
Decrypt the message using the given private key
and using tags from the specified key manager.
|
byte[] |
ECIESAEADEngine.encrypt(CloveSet cloves,
PublicKey target,
PrivateKey priv,
RatchetSKM keyManager)
Encrypt the data to the target using the given key and deliver the specified tags
No new session key
This is the one called from GarlicMessageBuilder and is the primary entry point.
|
Constructor and Description |
---|
MuxedSKM(TransientSessionKeyManager elg,
RatchetSKM ec) |