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

java.lang.Object
  |
  +--org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 java.lang.String B
           
 java.lang.Object encrypted_key
           
 long ra
           
 long ta
           
 
Constructor Summary
SessionTicketProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ta

public long ta

ra

public long ra

B

public java.lang.String B

encrypted_key

public java.lang.Object encrypted_key
Constructor Detail

SessionTicketProperty

public SessionTicketProperty()


Copyright © April 2004 INRIA All Rights Reserved.