|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.security.kmc.messages.SecureTopicKeyRequest
public class SecureTopicKeyRequest
Request for a security key. In this request we present the Topic sysnopsis
for which we desire the secret key, the synopsis type, the client's
credentials and a response topic
Created on Sep 8, 2005
| Constructor Summary | |
|---|---|
SecureTopicKeyRequest(String synopsis,
Certificate creds,
TopicRights reqRights,
String resp)
|
|
| Method Summary | |
|---|---|
static SecureTopicKeyRequest |
createObjectFromBytes(byte[] objectBytes)
Unmarshalls the bytes as a SecureTopicKeyRequest object |
byte[] |
getBytes()
Marshalls the object into an array of bytes. |
Certificate |
getCredentials()
|
TopicRights |
getRequestedRights()
|
String |
getResponseTopic()
|
String |
getTopicSynopsis()
|
String |
toString()
For debugging purposes... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecureTopicKeyRequest(String synopsis,
Certificate creds,
TopicRights reqRights,
String resp)
| Method Detail |
|---|
public byte[] getBytes()
public static SecureTopicKeyRequest createObjectFromBytes(byte[] objectBytes)
objectBytes -
public String toString()
toString in class Objectpublic Certificate getCredentials()
public TopicRights getRequestedRights()
public String getResponseTopic()
public String getTopicSynopsis()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||