public abstract class SdlSecurityBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected static Context |
context |
protected boolean |
isInitSuccess |
protected List<String> |
makeList |
protected SdlSession |
session |
protected byte |
sessionId |
protected List<SessionType> |
startServiceList |
| Constructor and Description |
|---|
SdlSecurityBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract Integer |
decryptData(byte[] inputData,
byte[] outputData) |
abstract Integer |
encryptData(byte[] inputData,
byte[] outputData) |
String |
getAppId() |
static Context |
getContext() |
boolean |
getInitSuccess() |
List<String> |
getMakeList() |
List<SessionType> |
getServiceList() |
byte |
getSessionId() |
void |
handleInitResult(boolean val) |
void |
handleSdlSession(SdlSession sdlSession) |
abstract void |
initialize() |
void |
resetParams() |
abstract Integer |
runHandshake(byte[] inputData,
byte[] outputData) |
void |
setAppId(String val) |
static void |
setContext(Context val) |
void |
setMakeList(List<String> val) |
abstract void |
shutDown() |
protected static Context context
protected SdlSession session
protected String appId
protected boolean isInitSuccess
protected byte sessionId
protected List<SessionType> startServiceList
public static Context getContext()
public static void setContext(Context val)
public abstract void initialize()
public abstract Integer runHandshake(byte[] inputData, byte[] outputData)
public abstract Integer encryptData(byte[] inputData, byte[] outputData)
public abstract Integer decryptData(byte[] inputData, byte[] outputData)
public abstract void shutDown()
public void resetParams()
public List<SessionType> getServiceList()
public void handleInitResult(boolean val)
public void handleSdlSession(SdlSession sdlSession)
public boolean getInitSuccess()
public byte getSessionId()
public String getAppId()
public void setAppId(String val)