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

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

public class EncApRepPartModifier
extends java.lang.Object


Constructor Summary
EncApRepPartModifier()
           
 
Method Summary
 EncApRepPart getEncApRepPart()
           
 void setClientMicroSecond(int cusec)
           
 void setClientTime(KerberosTime clientTime)
           
 void setSequenceNumber(java.lang.Integer sequenceNumber)
           
 void setSubSessionKey(EncryptionKey subSessionKey)
           
 
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()

setClientTime

public void setClientTime(KerberosTime clientTime)

setClientMicroSecond

public void setClientMicroSecond(int cusec)

setSubSessionKey

public void setSubSessionKey(EncryptionKey subSessionKey)

setSequenceNumber

public void setSequenceNumber(java.lang.Integer sequenceNumber)