|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkrb5.lib.EncAPRepPart
public class EncAPRepPart
Class Description : Encrypted AP response part. A modified version of the code obtained from the Open Group Research Institute.
| Field Summary | |
|---|---|
KerberosTime |
ctime
Time |
int |
cusec
CU sec |
java.lang.Integer |
seqNumber
Sequence number |
EncryptionKey |
subKey
Subject key |
| Constructor Summary | |
|---|---|
EncAPRepPart(KerberosTime new_ctime,
int new_cusec,
EncryptionKey new_subKey,
java.lang.Integer new_seqNumber)
Class constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public KerberosTime ctime
public int cusec
public EncryptionKey subKey
public java.lang.Integer seqNumber
| Constructor Detail |
|---|
public EncAPRepPart(KerberosTime new_ctime,
int new_cusec,
EncryptionKey new_subKey,
java.lang.Integer new_seqNumber)
new_ctime - is of type KerberosTimenew_cusec - is of type intnew_subKey - is of type EncryptionKeynew_seqNumber - is of type IntegerKerberosTime,
EncryptionKey
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||