org.objectweb.proactive.ext.security.securityentity
Class EntityCertificate

java.lang.Object
  extended by org.objectweb.proactive.ext.security.securityentity.Entity
      extended by org.objectweb.proactive.ext.security.securityentity.EntityCertificate
All Implemented Interfaces:
java.io.Serializable

public class EntityCertificate
extends Entity
implements java.io.Serializable

Author:
acontes To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.proactive.ext.security.securityentity.Entity
applicationCertificate, certificate, encodedApplicationCertificate
 
Constructor Summary
EntityCertificate(java.security.cert.X509Certificate applicationCertificate, java.security.cert.X509Certificate certificate)
           
 
Method Summary
 boolean equals(Entity e)
           
 java.lang.String getName()
           
 
Methods inherited from class org.objectweb.proactive.ext.security.securityentity.Entity
getApplicationCertificate, getCertificate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityCertificate

public EntityCertificate(java.security.cert.X509Certificate applicationCertificate,
                         java.security.cert.X509Certificate certificate)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Entity

equals

public boolean equals(Entity e)
Specified by:
equals in class Entity


Copyright 2001-2007 INRIA All Rights Reserved.