public class ServerTSEModule extends AbstractTSEModule
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseUrl |
protected List<Certificate> |
certificateChain |
protected String |
password |
protected Certificate |
signingCertificate |
protected String |
userName |
| Constructor and Description |
|---|
ServerTSEModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteStoredData() |
String |
execute(String command,
String cmd_params)
Send a TSE command to be executed on the TSE serever
|
List<Certificate> |
getCertificateChain() |
String |
getManufacturer() |
String |
getSignatureAlgorithm() |
Certificate |
getSigningCertificate() |
String |
getTSESerialNumber() |
String |
selfTest() |
protected String baseUrl
protected List<Certificate> certificateChain
protected Certificate signingCertificate
protected final String password
protected final String userName
public ServerTSEModule()
throws BasicException
BasicExceptionpublic Certificate getSigningCertificate()
public List<Certificate> getCertificateChain()
public String execute(String command, String cmd_params) throws BasicException
command - the command name as Stringcmd_params - the command parameters as JSON stringBasicExceptionpublic String getTSESerialNumber() throws BasicException
BasicExceptionpublic String getManufacturer() throws BasicException
BasicExceptionpublic String getSignatureAlgorithm() throws BasicException
BasicExceptionpublic void deleteStoredData()
throws BasicException
BasicExceptionpublic String selfTest() throws BasicException
BasicExceptionCopyright © 2021. All rights reserved.