|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsun.security.mule.krb5.KrbApRep
public class KrbApRep
This class encapsulates a KRB-AP-REP sent from the service to the client.
| Constructor Summary | |
|---|---|
KrbApRep(byte[] message,
Credentials tgtCreds,
KrbApReq outgoingReq,
Config kerberosConfig)
Constructs a KRB-AP-REQ from the bytes received from a service. |
|
KrbApRep(KrbApReq incomingReq,
boolean useSeqNumber,
boolean useSubKey,
Config kerberosConfig)
Constructs a KRB-AP-REP to send to a client. |
|
| Method Summary | |
|---|---|
byte[] |
getMessage()
Returns the ASN.1 encoding that should be sent to the peer. |
Integer |
getSeqNumber()
Returns the optional sequence number stored in the this message. |
EncryptionKey |
getSubKey()
Returns the optional subkey stored in this message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KrbApRep(KrbApReq incomingReq,
boolean useSeqNumber,
boolean useSubKey,
Config kerberosConfig)
throws KrbException,
IOException
KrbException
IOException
public KrbApRep(byte[] message,
Credentials tgtCreds,
KrbApReq outgoingReq,
Config kerberosConfig)
throws KrbException,
IOException
KrbException
IOException| Method Detail |
|---|
public EncryptionKey getSubKey()
public Integer getSeqNumber()
public byte[] getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||