|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.lib.APReq
public class APReq
Class Description : AP Request message. A modified version of the code obtained from the Open Group Research Institute.
Field Summary | |
---|---|
APOptions |
apOptions
AP options |
EncryptedData |
authenticator
Authenticator |
int |
msgType
Message type |
int |
pvno
Version |
Ticket |
ticket
Ticket |
Constructor Summary | |
---|---|
APReq(APOptions new_apOptions,
Ticket new_ticket,
EncryptedData new_authenticator)
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 APOptions apOptions
public Ticket ticket
public EncryptedData authenticator
Constructor Detail |
---|
public APReq(APOptions new_apOptions, Ticket new_ticket, EncryptedData new_authenticator)
new_apOptions
- APOptionsnew_ticket
- Ticketnew_authenticator
- EncryptedData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |