public class SafeMessage extends KerberosMessage
PVNO| Constructor and Description |
|---|
SafeMessage(SafeBody safeBody,
Checksum cksum)
Creates a new instance of SafeMessage.
|
| Modifier and Type | Method and Description |
|---|---|
Checksum |
getCksum()
Returns the
Checksum. |
HostAddress |
getRAddress()
Returns the "R"
HostAddress. |
HostAddress |
getSAddress()
Returns the "S"
HostAddress. |
Integer |
getSeqNumber()
Returns the sequence number.
|
KerberosTime |
getTimestamp()
Returns the
KerberosTime timestamp. |
Integer |
getUsec()
Returns the microsecond.
|
byte[] |
getUserData()
Returns the user data.
|
getMessageType, getProtocolVersionNumber, setMessageType, setProtocolVersionNumberpublic HostAddress getRAddress()
HostAddress.HostAddress.public HostAddress getSAddress()
HostAddress.HostAddress.public Integer getSeqNumber()
public KerberosTime getTimestamp()
KerberosTime timestamp.KerberosTime timestamp.public Integer getUsec()
public byte[] getUserData()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.