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

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.value.EncryptedTimeStampModifier

public class EncryptedTimeStampModifier
extends java.lang.Object

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

Constructor Summary
EncryptedTimeStampModifier()
           
 
Method Summary
 EncryptedTimeStamp getEncryptedTimestamp()
          Returns the EncryptedTimeStamp.
 void setKerberosTime(KerberosTime timeStamp)
          Sets the KerberosTime.
 void setMicroSecond(int microSecond)
          Sets the microseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedTimeStampModifier

public EncryptedTimeStampModifier()
Method Detail

getEncryptedTimestamp

public EncryptedTimeStamp getEncryptedTimestamp()
Returns the EncryptedTimeStamp.

Returns:
The EncryptedTimeStamp.

setKerberosTime

public void setKerberosTime(KerberosTime timeStamp)
Sets the KerberosTime.

Parameters:
timeStamp -

setMicroSecond

public void setMicroSecond(int microSecond)
Sets the microseconds.

Parameters:
microSecond -


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