org.apache.directory.server.kerberos.shared.messages.application
Class ApplicationReply

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.KerberosMessage
      extended by org.apache.directory.server.kerberos.shared.messages.application.ApplicationReply

public class ApplicationReply
extends KerberosMessage

Version:
$Rev: 589780 $, $Date: 2007-10-29 19:14:59 +0100 (Mo, 29 Okt 2007) $
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.server.kerberos.shared.messages.KerberosMessage
PVNO
 
Constructor Summary
ApplicationReply(EncryptedData encPart)
          Creates a new instance of ApplicationReply.
 
Method Summary
 EncryptedData getEncPart()
          Returns the EncryptedData.
 
Methods inherited from class org.apache.directory.server.kerberos.shared.messages.KerberosMessage
getMessageType, getProtocolVersionNumber, setMessageType, setProtocolVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationReply

public ApplicationReply(EncryptedData encPart)
Creates a new instance of ApplicationReply.

Parameters:
encPart -
Method Detail

getEncPart

public EncryptedData getEncPart()
Returns the EncryptedData.

Returns:
The EncryptedData.


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