|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.application.SafeBody
public class SafeBody
Constructor Summary | |
---|---|
SafeBody(byte[] userData,
KerberosTime timestamp,
java.lang.Integer usec,
java.lang.Integer seqNumber,
HostAddress sAddress,
HostAddress rAddress)
Creates a new instance of SafeBody. |
Method Summary | |
---|---|
HostAddress |
getRAddress()
Returns the "R" HostAddress . |
HostAddress |
getSAddress()
Returns the "S" HostAddress . |
java.lang.Integer |
getSeqNumber()
Returns the sequence number. |
KerberosTime |
getTimestamp()
Returns the KerberosTime timestamp. |
java.lang.Integer |
getUsec()
Returns the microsecond. |
byte[] |
getUserData()
Returns the user data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SafeBody(byte[] userData, KerberosTime timestamp, java.lang.Integer usec, java.lang.Integer seqNumber, HostAddress sAddress, HostAddress rAddress)
userData
- timestamp
- usec
- seqNumber
- sAddress
- rAddress
- Method Detail |
---|
public HostAddress getRAddress()
HostAddress
.
HostAddress
.public HostAddress getSAddress()
HostAddress
.
HostAddress
.public java.lang.Integer getSeqNumber()
public KerberosTime getTimestamp()
KerberosTime
timestamp.
KerberosTime
timestamp.public java.lang.Integer getUsec()
public byte[] getUserData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |