Uses of Class
keyGenerator.KeyGeneratorController

Packages that use KeyGeneratorController
inputOutputHandler InputOutputHandler component - Handles (mix) message-based connections (see package Message) with communication partners (clients, other mixes and proxy servers) and therefore abstracts from the physic communication channels. 
 

Uses of KeyGeneratorController in inputOutputHandler
 

Methods in inputOutputHandler with parameters of type KeyGeneratorController
private  javax.crypto.spec.IvParameterSpec PreviousMixConnectionHandler.getInterMixIV(KeyGeneratorController keyGenerator)
          Generates an initialization vector, that can be used to encrypt multiplex-headers between this mix an its predecessor.
private  javax.crypto.SecretKey PreviousMixConnectionHandler.getInterMixKey(KeyGeneratorController keyGenerator)
          Generates a cryptographic key, that can be used to encrypt multiplex-headers between this mix an its predecessor.