org.objectweb.proactive.ext.security
Class EntityCertificate

java.lang.Object
  |
  +--org.objectweb.proactive.ext.security.Entity
        |
        +--org.objectweb.proactive.ext.security.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.Entity
applicationCertificate, certificate, logger
 
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.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 © April 2004 INRIA All Rights Reserved.