org.apache.directory.server.kerberos.shared.messages.components
Class EncApRepPartModifier

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.components.EncApRepPartModifier

public class EncApRepPartModifier
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
EncApRepPartModifier()
           
 
Method Summary
 EncApRepPart getEncApRepPart()
          Returns the EncApRepPart.
 void setClientMicroSecond(int cusec)
          Sets the client microsecond.
 void setClientTime(KerberosTime clientTime)
          Sets the client KerberosTime.
 void setSequenceNumber(java.lang.Integer sequenceNumber)
          Sets the sequence number.
 void setSubSessionKey(EncryptionKey subSessionKey)
          Sets the sub-session EncryptionKey.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncApRepPartModifier

public EncApRepPartModifier()
Method Detail

getEncApRepPart

public EncApRepPart getEncApRepPart()
Returns the EncApRepPart.

Returns:
The EncApRepPart.

setClientTime

public void setClientTime(KerberosTime clientTime)
Sets the client KerberosTime.

Parameters:
clientTime -

setClientMicroSecond

public void setClientMicroSecond(int cusec)
Sets the client microsecond.

Parameters:
cusec -

setSubSessionKey

public void setSubSessionKey(EncryptionKey subSessionKey)
Sets the sub-session EncryptionKey.

Parameters:
subSessionKey -

setSequenceNumber

public void setSequenceNumber(java.lang.Integer sequenceNumber)
Sets the sequence number.

Parameters:
sequenceNumber -


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