|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.lib.KDCReq
public class KDCReq
Class Description : KDC request class. A modified version of the code obtained from the Open Group Research Institute.
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 |
---|
public int pvno
public int msgType
public PAData[] pAData
public KDCReqBody reqBody
Constructor Detail |
---|
public KDCReq(PAData[] new_pAData, KDCReqBody new_reqBody, int req_type)
new_pAData
- PAData[]new_reqBody
- KDCReqBodyreq_type
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |