Uses of Class
client.Cryptography

Packages that use Cryptography
client The Client used to anonymize data (e. g. from a user's application) via a cascade of mixes. 
 

Uses of Cryptography in client
 

Constructors in client with parameters of type Cryptography
MessageGenerator(int numberOfMixesInCascade, Cryptography cryptography)
          Generates a new MessageGenerator for generating messages (the mixes are capable of processing) from byte arrays.