|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkrb5.lib.EncKrbPrivPart
public class EncKrbPrivPart
Class Description : Encrypted Kerberos private part. A modified version of the code obtained from the Open Group Research Institute.
| Field Summary | |
|---|---|
HostAddress |
rAddress
Remote address |
HostAddress |
sAddress
Address |
java.lang.Integer |
seqNumber
Sequence number |
KerberosTime |
timestamp
Timestamp |
java.lang.Integer |
usec
U sec |
byte[] |
userData
User data |
| Constructor Summary | |
|---|---|
EncKrbPrivPart(byte[] new_userData,
KerberosTime new_timestamp,
java.lang.Integer new_usec,
java.lang.Integer new_seqNumber,
HostAddress new_sAddress,
HostAddress new_rAddress)
Class constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] userData
public KerberosTime timestamp
public java.lang.Integer usec
public java.lang.Integer seqNumber
public HostAddress sAddress
public HostAddress rAddress
| Constructor Detail |
|---|
public EncKrbPrivPart(byte[] new_userData,
KerberosTime new_timestamp,
java.lang.Integer new_usec,
java.lang.Integer new_seqNumber,
HostAddress new_sAddress,
HostAddress new_rAddress)
new_userData - byte[]new_timestamp - KerberosTimenew_usec - Integernew_seqNumber - Integernew_sAddress - HostAddressnew_rAddress - HostAddress
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||