|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.client.lib.KrbAsReq
public class KrbAsReq
Class Description : Compose KRB_AS_REQ message and verify KRB_AS_REP message.
Constructor Summary | |
---|---|
KrbAsReq(Context cont,
AuthContext authCont)
Class constructor |
|
KrbAsReq(EncryptionKey key,
KDCOptions options,
PrincipalName cname,
PrincipalName sname,
KerberosTime from,
KerberosTime till,
KerberosTime rtime,
int[] eTypes,
HostAddresses addresses,
Ticket[] additionalTickets)
Class constructor |
|
KrbAsReq(KDCOptions options,
PrincipalName cname,
PrincipalName sname,
KerberosTime from,
KerberosTime till,
KerberosTime rtime,
int[] eTypes,
HostAddresses addresses,
Ticket[] additionalTickets)
Class constructor |
|
KrbAsReq(java.lang.StringBuffer password,
KDCOptions options,
PrincipalName cname,
PrincipalName sname,
KerberosTime from,
KerberosTime till,
KerberosTime rtime,
int[] eTypes,
HostAddresses addresses,
Ticket[] additionalTickets)
Class constructor |
Method Summary | |
---|---|
ASReq |
getASReqMsg()
Return composed ASReq message |
void |
verifyASRep(ASRep rep,
EncryptionKey key)
Verify ASRep message |
void |
verifyASRep(ASRep rep,
java.lang.String password)
Verify ASRep message |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KrbAsReq(Context cont, AuthContext authCont) throws KrbException, java.io.IOException
cont
- ContextauthCont
- AuthContext
KrbException
java.io.IOException
public KrbAsReq(java.lang.StringBuffer password, KDCOptions options, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, Ticket[] additionalTickets) throws KrbException, java.io.IOException
password
- StringBufferoptions
- KDCOptionscname
- PrincipalNamesname
- PrincipalNamefrom
- KerberosTimetill
- KerberosTimertime
- KerberosTimeeTypes
- int[]addresses
- HostAddressesadditionalTickets
- Ticket[]
KrbException
java.io.IOException
public KrbAsReq(EncryptionKey key, KDCOptions options, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, Ticket[] additionalTickets) throws KrbException, java.io.IOException
key
- EncryptionKeyoptions
- KDCOptionscname
- PrincipalNamesname
- PrincipalNamefrom
- KerberosTimetill
- KerberosTimertime
- KerberosTimeeTypes
- int[]addresses
- HostAddressesadditionalTickets
- Ticket[]
KrbException
java.io.IOException
public KrbAsReq(KDCOptions options, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, Ticket[] additionalTickets) throws KrbException, java.io.IOException
options
- KDCOptionscname
- PrincipalNamesname
- PrincipalNamefrom
- KerberosTimetill
- KerberosTimertime
- KerberosTimeeTypes
- int[]addresses
- HostAddressesadditionalTickets
- Ticket[]
KrbException
java.io.IOException
Method Detail |
---|
public ASReq getASReqMsg()
public void verifyASRep(ASRep rep, java.lang.String password) throws KrbException
rep
- ASReppassword
- String
KrbException
public void verifyASRep(ASRep rep, EncryptionKey key) throws KrbException
rep
- ASRepkey
- EncryptionKey
KrbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |