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

Packages that use AuthenticationException
org.objectweb.proactive.ext.security This package provides a security framework for the ProActive middleware. 
 

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

Methods in org.objectweb.proactive.ext.security that throw AuthenticationException
 void ProActiveSecurityManager.initiateSession(int type, SecurityEntity distantSecurityEntity)
          Method initiateSession.
 AuthenticationTicket ProActiveSecurityManager.mutualAuthenticationReceiverSide(AuthenticationTicket authenticationTicket, long randomID)
           
 boolean ProActiveSecurityManager.mutualAuthenticationSenderSide(UniversalBody distantBody, java.security.cert.X509Certificate distantBodyCertificate)
           
 AuthenticationTicket ProActiveSecurityManager.unilateralAuthenticationReceiverSide(long randomID, long rb, java.lang.String emittor)
           
 boolean ProActiveSecurityManager.unilateralAuthenticationSenderSide(UniversalBody distantBody)
           
 



Copyright 2001-2007 INRIA All Rights Reserved.