Skip to main content

com.eruces.teadmin.LocalKeyStatus

The LocalKeyStatus class is for the remote engine key status.

Static Public Attributes

TypeNameDescription
intMARK_CHECKOUTkey checked out flag
intUNMARK_CHECKOUTkey checked in flag

Public Member Functions

MemberDescription
LocalKeyStatus(byte[] hiddenlink)Constructor of local key status.
LocalKeyStatus(byte[] hiddenlink, int status)Constructor of local key status.
LocalKeyStatus(String hiddenlink)Constructor of local key status.
LocalKeyStatus(String hiddenlink, int status)Constructor of local key status.
void setHiddenLink(byte[] hiddenlink)Set TTag.
void setHiddenLink(String hiddenlink)Set TTag.
byte[] getRawHiddenLink()Get raw TTag value.
String getHiddenLink()The getHiddenLink method is used to retrieve the base64-encoded TTag.
void setStatus(int status)Set key status.
int getStatus()Get key status.

Member Function Documentation

Constructor of local key status.

Parameters

ParameterDescription
hiddenlinkA byte array representing the TTag

Constructor of local key status.

Parameters

ParameterDescription
hiddenlinkA byte array representing the TTag
statusstatus of key

Constructor of local key status.

Parameters

ParameterDescription
hiddenlinkA string representing the base64-encoded TTag

Constructor of local key status.

Parameters

ParameterDescription
hiddenlinkA string representing the base64-encoded TTag
statusKey status

Set TTag.

Parameters

ParameterDescription
hiddenlinkraw TTag value

Set TTag.

Parameters

ParameterDescription
hiddenlinkTTag string value (base64 encode)

Get raw TTag value.

Returns: A byte array representing the TTag value

The getHiddenLink method is used to retrieve the base64-encoded TTag.

Returns: A string representing the base64-encoded TTag.

void setStatus(int status)

Set key status.

Parameters

ParameterDescription
statuskey status

int getStatus()

Get key status.

Returns: