krb5.lib
Class TGSReq

java.lang.Object
  extended by krb5.lib.KDCReq
      extended by krb5.lib.TGSReq
All Implemented Interfaces:
java.io.Serializable

public class TGSReq
extends KDCReq
implements java.io.Serializable

Class Description : KRB_TGS_REQ 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
 
Fields inherited from class krb5.lib.KDCReq
msgType, pAData, pvno, reqBody
 
Constructor Summary
TGSReq(PAData[] new_pAData, KDCReqBody new_reqBody)
          Class constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGSReq

public TGSReq(PAData[] new_pAData,
              KDCReqBody new_reqBody)
Class constructor

Parameters:
new_pAData - PAData[]
new_reqBody - KDCReqBody