krb5.app.lib
Class MakeKrbPrivMsg
java.lang.Object
krb5.app.lib.MakeKrbPrivMsg
public class MakeKrbPrivMsg
- extends java.lang.Object
Class Description :
- Version:
- 1.1
- Author:
- Bojan Pajkovski
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeKrbPrivMsg
public MakeKrbPrivMsg(byte[] userData,
KrbCreds creds,
EncryptionKey subKey,
KerberosTime timestamp,
SeqNumber seqNumber,
HostAddress saddr,
HostAddress raddr)
throws KrbException,
java.io.IOException,
java.lang.ClassNotFoundException
- Class constructor
- Parameters:
userData
- is of type byte[]creds
- is of type KrbCredssubKey
- is of type EncryptionKeytimestamp
- is of type KerberosTimeseqNumber
- is of type SeqNumbersaddr
- is of type HostAddressraddr
- is of type HostAddress
- Throws:
KrbException
- an exception
java.io.IOException
java.lang.ClassNotFoundException
- See Also:
KrbCreds
,
EncryptionKey
,
SeqNumber
,
KerberosTime
,
HostAddress
,
KrbException
getComposedMsg
public byte[] getComposedMsg()
throws KrbException
- Returns composed message
- Returns:
- byte[]
- Throws:
KrbException