cgl.narada.service.security.events
Class TemplateKeyRequest

java.lang.Object
  extended by cgl.narada.service.security.events.TemplateKeyRequest

public class TemplateKeyRequest
extends Object

An event which encapsulates a template key request


Constructor Summary
TemplateKeyRequest(byte[] marshalledBytes)
           
TemplateKeyRequest(int entityId, int templateId, Certificate entityCertificate)
           
 
Method Summary
 byte[] getBytes()
           
 Certificate getEntityCertificate()
           
 int getEntityId()
           
 int getTemplateId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateKeyRequest

public TemplateKeyRequest(int entityId,
                          int templateId,
                          Certificate entityCertificate)

TemplateKeyRequest

public TemplateKeyRequest(byte[] marshalledBytes)
Method Detail

getEntityId

public int getEntityId()

getTemplateId

public int getTemplateId()

getEntityCertificate

public Certificate getEntityCertificate()

getBytes

public byte[] getBytes()


For comments and suggestions please send e-mail to The NaradaBrokering Project