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
equals(Object other)
final int

The ID of the ranging sub-session.

final byte[]

The sub-session key info to use for the ranging.

int

Public constructors

RangingControleeParameters

Added in 1.0.0-alpha09
public RangingControleeParameters(int subSessionId, byte[] subSessionKey)

Public methods

equals

public boolean equals(Object other)

getSubSessionId

Added in 1.0.0-alpha09
public final int getSubSessionId()

The ID of the ranging sub-session.

getSubSessionKey

Added in 1.0.0-alpha09
public final byte[] getSubSessionKey()

The sub-session key info to use for the ranging. This byte array is 16 or 32-byte long.

hashCode

public int hashCode()