|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkrb5.lib.KrbUtil
public class KrbUtil
Class Description : Kerberos utility class. A modified version of the code obtained from the Open Group Research Institute.
| Constructor Summary | |
|---|---|
KrbUtil()
|
|
| Method Summary | |
|---|---|
static KRBPriv |
mk_priv(byte[] userData,
EncryptionKey key,
KerberosTime timestamp,
SeqNumber seqNumber,
HostAddress sAddress,
HostAddress rAddress)
Create a KRBPriv message |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KrbUtil()
| Method Detail |
|---|
public static KRBPriv mk_priv(byte[] userData,
EncryptionKey key,
KerberosTime timestamp,
SeqNumber seqNumber,
HostAddress sAddress,
HostAddress rAddress)
throws KrbException
userData - byte[]key - EncryptionKeytimestamp - KerberosTimeseqNumber - SeqNumbersAddress - HostAddressrAddress - HostAddress
KrbException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||