krb5.lib
Class ASReq

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

public class ASReq
extends KDCReq
implements java.io.Serializable

Class Description : AS request message. 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
ASReq(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

ASReq

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

Parameters:
new_pAData - PAData[]
new_reqBody - KDCReqBody