RangingControleeParameters
public final class RangingControleeParameters
Set of parameters which is used for add controlee Provisioned STS individual key case.
Summary
Public constructors |
|---|
RangingControleeParameters(int subSessionId, byte[] subSessionKey) |
Public methods |
|
|---|---|
boolean |
|
final int |
The ID of the ranging sub-session. |
final byte[] |
The sub-session key info to use for the ranging. |
int |
hashCode() |
Public constructors
RangingControleeParameters
Added in 1.0.0-alpha11
public RangingControleeParameters(int subSessionId, byte[] subSessionKey)
Public methods
getSubSessionId
Added in 1.0.0-alpha11
public final int getSubSessionId()
The ID of the ranging sub-session.
getSubSessionKey
Added in 1.0.0-alpha11
public final byte[] getSubSessionKey()
The sub-session key info to use for the ranging. This byte array is 16 or 32-byte long.