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.

Version:
$Rev: 540371 $, $Date: 2007-05-22 02:00:43 +0200 (Di, 22 Mai 2007) $
Author:
Apache Directory Project

Constructor Summary
EncryptedTimeStamp(KerberosTime timeStamp, int microSeconds)
          Creates a new instance of EncryptedTimeStamp.
 
Method Summary
 int getMicroSeconds()
          Returns the microseconds.
 KerberosTime getTimeStamp()
          Returns the KerberosTime.
 
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)
Creates a new instance of EncryptedTimeStamp.

Parameters:
timeStamp -
microSeconds -
Method Detail

getTimeStamp

public KerberosTime getTimeStamp()
Returns the KerberosTime.

Returns:
The KerberosTime.

getMicroSeconds

public int getMicroSeconds()
Returns the microseconds.

Returns:
The microseconds.


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