public class SafeBody extends Object
| Constructor and Description |
|---|
SafeBody(byte[] userData,
KerberosTime timestamp,
Integer usec,
Integer seqNumber,
HostAddress sAddress,
HostAddress rAddress)
Creates a new instance of SafeBody.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public SafeBody(byte[] userData,
KerberosTime timestamp,
Integer usec,
Integer seqNumber,
HostAddress sAddress,
HostAddress rAddress)
userData - timestamp - usec - seqNumber - sAddress - rAddress - public 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.