krb5.lib
Class KDCReq

java.lang.Object
  extended by krb5.lib.KDCReq
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ASReq, TGSReq

public class KDCReq
extends java.lang.Object
implements java.io.Serializable

Class Description : KDC request class. A modified version of the code obtained from the Open Group Research Institute.

Version:
1.1
Author:
Bojan Pajkovski
See Also:
Serialized Form

Field Summary
 int msgType
          Message type
 PAData[] pAData
          PA data
 int pvno
          Version
 KDCReqBody reqBody
          Request body
 
Constructor Summary
KDCReq(PAData[] new_pAData, KDCReqBody new_reqBody, int req_type)
          Class constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pvno

public int pvno
Version


msgType

public int msgType
Message type


pAData

public PAData[] pAData
PA data


reqBody

public KDCReqBody reqBody
Request body

Constructor Detail

KDCReq

public KDCReq(PAData[] new_pAData,
              KDCReqBody new_reqBody,
              int req_type)
Class constructor

Parameters:
new_pAData - PAData[]
new_reqBody - KDCReqBody
req_type - int