org.apache.directory.server.kerberos.shared.messages.value
Class EncryptedTimeStamp

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.value.EncryptedTimeStamp
All Implemented Interfaces:
Encodable

public class EncryptedTimeStamp
extends java.lang.Object
implements Encodable

Pre-authentication encrypted timestamp


Constructor Summary
EncryptedTimeStamp(KerberosTime timeStamp, int microSeconds)
           
 
Method Summary
 int getMicroSeconds()
           
 KerberosTime getTimeStamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedTimeStamp

public EncryptedTimeStamp(KerberosTime timeStamp,
                          int microSeconds)
Method Detail

getTimeStamp

public KerberosTime getTimeStamp()

getMicroSeconds

public int getMicroSeconds()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.