| Package | Description |
|---|---|
| anon.anonudp | |
| anon.anonudp.mixchannel | |
| anon.anonudp.mixmessage.crypto | |
| anon.anonudp.mixpacket |
| Modifier and Type | Field and Description |
|---|---|
private PublicKey[] |
UDPMultiplexer.publicKeys |
| Modifier and Type | Method and Description |
|---|---|
PublicKey[] |
UDPMultiplexer.getPublicKeys() |
private static PublicKey |
UDPMultiplexer.readPublicKeyFromFile(java.lang.String path) |
| Constructor and Description |
|---|
Channel(IPv4AndPort destination,
PublicKey[] mixPublicKeys) |
| Modifier and Type | Method and Description |
|---|---|
private PublicKey |
PublicKey.blind(BlindingFactor blindingFactor) |
PublicKey |
PublicKey.blind(byte[] messageCounterPrefix) |
PublicKey |
PublicKey.blind(PrivateKey privateKey) |
PublicKey |
PublicKey.blind(PublicKey publicKey) |
static PublicKey |
PublicKey.fromBytes(byte[] binaryKey) |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
PrivateKey.blind(PublicKey disposableKey) |
PublicKey |
PublicKey.blind(PublicKey publicKey) |
| Constructor and Description |
|---|
BlindingFactor(PublicKey publicKey) |
| Modifier and Type | Field and Description |
|---|---|
private PublicKey |
InitPacket.publicKey |
private PublicKey[] |
PacketFactory.publicKeys |
| Modifier and Type | Method and Description |
|---|---|
(package private) PublicKey |
InitPacket.getPublicKey() |
| Constructor and Description |
|---|
InitPacket(int channelID,
byte[] messageID,
PublicKey publicKey,
byte[] channelKeyOnion,
byte[] payloadOnion) |
PacketFactory(int channelID,
byte[] initPayload,
PublicKey[] publicKeys) |
ProcessedInitPacket(int channelID,
byte[] messageID,
byte[] requestChannelKey,
byte[] responseChannelKey,
PublicKey element,
byte[] processedChannelOnion,
byte[] processedPayloadOnion) |
Copyright © 2023. All rights reserved.