org.objectweb.proactive.ext.security.crypto
Class ConfidentialityTicketProperty

java.lang.Object
  extended by org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
All Implemented Interfaces:
java.io.Serializable

public class ConfidentialityTicketProperty
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Object encryptedSessionKeyPart1
           
 java.lang.Object encryptedSessionKeyPart2
           
 java.lang.String identity
           
 long random1
           
 long random2
           
 long timestamp
           
 
Constructor Summary
ConfidentialityTicketProperty()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

public long timestamp

random1

public long random1

random2

public long random2

identity

public java.lang.String identity

encryptedSessionKeyPart1

public java.lang.Object encryptedSessionKeyPart1

encryptedSessionKeyPart2

public java.lang.Object encryptedSessionKeyPart2
Constructor Detail

ConfidentialityTicketProperty

public ConfidentialityTicketProperty()


Copyright 2001-2007 INRIA All Rights Reserved.