Uses of Class
org.objectweb.proactive.ext.security.crypto.KeyExchangeException

Packages that use KeyExchangeException
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.http HTTP implementation of the remote Body
org.objectweb.proactive.core.body.ibis IBIS implementation of the remote Body
org.objectweb.proactive.core.body.jini The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.body.rmi The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security   
 

Uses of KeyExchangeException in org.objectweb.proactive.core.body
 

Methods in org.objectweb.proactive.core.body that throw KeyExchangeException
 ConfidentialityTicket AbstractBody.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 ConfidentialityTicket UniversalBody.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 

Uses of KeyExchangeException in org.objectweb.proactive.core.body.http
 

Methods in org.objectweb.proactive.core.body.http that throw KeyExchangeException
 ConfidentialityTicket RemoteBodyAdapter.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 ConfidentialityTicket HttpRemoteBodyImpl.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 

Uses of KeyExchangeException in org.objectweb.proactive.core.body.ibis
 

Methods in org.objectweb.proactive.core.body.ibis that throw KeyExchangeException
 ConfidentialityTicket IbisRemoteBodyImpl.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 ConfidentialityTicket IbisRemoteBodyAdapter.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 ConfidentialityTicket IbisRemoteBody.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 

Uses of KeyExchangeException in org.objectweb.proactive.core.body.jini
 

Methods in org.objectweb.proactive.core.body.jini that throw KeyExchangeException
 ConfidentialityTicket JiniBodyImpl.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 ConfidentialityTicket JiniBodyAdapter.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 ConfidentialityTicket JiniBody.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 

Uses of KeyExchangeException in org.objectweb.proactive.core.body.rmi
 

Methods in org.objectweb.proactive.core.body.rmi that throw KeyExchangeException
 ConfidentialityTicket RemoteBodyImpl.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 ConfidentialityTicket RemoteBodyAdapter.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 ConfidentialityTicket RemoteBody.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 

Uses of KeyExchangeException in org.objectweb.proactive.ext.mixedlocation
 

Methods in org.objectweb.proactive.ext.mixedlocation that throw KeyExchangeException
 ConfidentialityTicket UniversalBodyWrapper.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 

Uses of KeyExchangeException in org.objectweb.proactive.ext.security
 

Methods in org.objectweb.proactive.ext.security that throw KeyExchangeException
 ConfidentialityTicket InternalBodySecurity.negociateKeyReceiverSide(ConfidentialityTicket confidentialityTicket, long sessionID)
           
 boolean ProActiveSecurityManager.keyNegociationSenderSide(UniversalBody distantOA, long sessionID)
          Method keyNegociationSenderSide. starts the challenge to negociate a session key.
 ConfidentialityTicket ProActiveSecurityManager.keyNegociationReceiverSide(ConfidentialityTicket confidentialityTicket, long randomID)
           
 



Copyright ? October 2004 INRIA All Rights Reserved.