Uses of Class
exception.InformationRetrieveException

Packages that use InformationRetrieveException
architectureInterface Provides all interfaces, given by this mix' software architecture for each component ("NameOfComponent"Interface.java). 
externalInformationPort ExternalInformationPort component - Used for (UDP-)Information (for example a public key) exchange with "external" communication partners (for example other mixes or clients). 
 

Uses of InformationRetrieveException in architectureInterface
 

Methods in architectureInterface that throw InformationRetrieveException
 java.lang.Object ExternalInformationPortInterface.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest)
          Generic method to receive some Information from a specified InformationProvider component.
 java.lang.Object ExternalInformationPortInterface.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from a specified InformationProvider component, sending the bypassed data.
 java.lang.Object[] ExternalInformationPortInterface.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest)
          Generic method to receive some Information from several ExternalInformationPort components.
 java.lang.Object[] ExternalInformationPortInterface.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from several ExternalInformationPort components, sending the bypassed data.
 

Uses of InformationRetrieveException in externalInformationPort
 

Methods in externalInformationPort that throw InformationRetrieveException
 java.lang.Object ExternalInformationPortController.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest)
          Generic method to receive some Information from a specified ExternalInformationPort component.
protected static byte[] InformationGrabber.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from a specified InformationProvider-component.
 java.lang.Object ExternalInformationPortController.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from a specified ExternalInformationPort component, sending the bypassed data.
 java.lang.Object[] ExternalInformationPortController.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest)
          Generic method to receive some Information from several ExternalInformationPort components.
protected static byte[][] InformationGrabber.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from several ExternalInformationPort components.
 java.lang.Object[] ExternalInformationPortController.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from several ExternalInformationPort components, sending the bypassed data.
private  javax.crypto.spec.IvParameterSpec ExternalInformationPortController.getInterMixIV(java.net.InetAddress nexMixInformationProviderAddress, int nexMixInformationProviderPort)
          Retrieves the specified mix' IV.
private  javax.crypto.SecretKey ExternalInformationPortController.getInterMixKey(java.net.InetAddress nexMixInformationProviderAddress, int nexMixInformationProviderPort)
          Retrieves the specified's mix SYMMETRIC_KEY.
private  java.net.InetAddress ExternalInformationPortController.getNextMixAddress(java.net.InetAddress informationProviderAddress, int informationProviderPort)
          Retrieves the specified mix' NEXT_MIX_ADDRESS.
private  int ExternalInformationPortController.getNextMixInfoPort(java.net.InetAddress informationProviderAddress, int informationProviderPort)
          Retrieves the specified mix' NEXT_MIX_INFO_PORT.
private  java.security.PublicKey ExternalInformationPortController.getPublicKey(java.net.InetAddress informationProviderAddress, int informationProviderPort)
          Retrieves the specified mix' PUBLIC_KEY.
private  java.security.PublicKey[] ExternalInformationPortController.getPublicKeys(java.net.InetAddress informationProviderAddress, int informationProviderPort)
          Retrieves the PUBLIC_KEYs of all mixes in the specified cascade.