|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.client.lib.KrbApReq
public class KrbApReq
Class Description : Compose KRB_AP_REQ message and verify KRB_AP_REP message.
Constructor Summary | |
---|---|
KrbApReq(APOptions options,
Credentials tgs_creds,
Checksum cksum,
EncryptionKey subKey,
SeqNumber seqNumber,
AuthorizationData authorizationData)
Class constructor. |
Method Summary | |
---|---|
byte[] |
getMsg()
This returns the output buffer |
java.lang.Integer |
getSeqNumber()
Returns sequence number |
EncryptionKey |
getSubKey()
Returns the subject key |
void |
verifyAPRep(byte[] msg)
Verify the KRB_AP_REP message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KrbApReq(APOptions options, Credentials tgs_creds, Checksum cksum, EncryptionKey subKey, SeqNumber seqNumber, AuthorizationData authorizationData) throws KrbException, java.io.IOException
options
- APOptionstgs_creds
- Credentialscksum
- ChecksumsubKey
- EncryptionKeyseqNumber
- SeqNumberauthorizationData
- AuthorizationData
KrbException
java.io.IOException
Method Detail |
---|
public byte[] getMsg()
public void verifyAPRep(byte[] msg) throws KrbException, java.io.IOException, java.lang.ClassNotFoundException
msg
- Message
KrbException
java.io.IOException
java.lang.ClassNotFoundException
public EncryptionKey getSubKey()
EncryptionKey
public java.lang.Integer getSeqNumber()
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |