A B C D E G I K L M N O P R S T U V

C

ChannelEstablishMessage - Class in message
ExternalMessage used to establish a channel, which can transmit ChannelMessages and Replyies.
ChannelEstablishMessage(byte[], User, int) - Constructor for class message.ChannelEstablishMessage
Message constructor used by a mix.
ChannelEstablishMessage(byte[], int) - Constructor for class message.ChannelEstablishMessage
Message constructor used by client.
ChannelEstablishMessagePart - Enum in message
Defines the message format/message parts of a ChannelEstablishMessage.
ChannelMessage - Class in message
ExternalMessage used to transmit data on an existing channel.
ChannelMessage(byte[], User, int) - Constructor for class message.ChannelMessage
Message constructor used by a mix.
ChannelMessage(byte[], int) - Constructor for class message.ChannelMessage
Message constructor used by client.
ChannelMessagePart - Enum in message
Defines the message format/message parts of a ChannelMessage.
ChannelReleaseMessage - Class in message
ExternalMessage used to release an existing channel.
ChannelReleaseMessage(User) - Constructor for class message.ChannelReleaseMessage
Constructs a new ChannelReleaseMessage for the specified user/channel.
client - package client
The Client used to anonymize data (e. g. from a user's application) via a cascade of mixes.
Client - Class in client
The Client used to anonymize data (e. g. from a user's application) via a cascade of mixes.
Client(Key[]) - Constructor for class client.Client
Creates a new Client which uses the bypassed keys to encrypt messages.
Client() - Constructor for class client.Client
Creates a new Client which receives the keys (to encrypt messages) from the cascade's mixes automatically.
ClientInterface - Interface in architectureInterface
Architecture interface for component Client.
compareTo(Message) - Method in class message.Message
Implements the Comparable interface's compareTo() method.
connect() - Method in interface architectureInterface.ClientInterface
Must connect (the implementing) client to the mix cascade.
connect() - Method in class client.Client
Connects client to the mix cascade, specified in property file.

A B C D E G I K L M N O P R S T U V