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
BasicException
public 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 stringBasicException
public String getTSESerialNumber() throws BasicException
BasicException
public String getManufacturer() throws BasicException
BasicException
public String getSignatureAlgorithm() throws BasicException
BasicException
public void deleteStoredData() throws BasicException
BasicException
public String selfTest() throws BasicException
BasicException
Copyright © 2021. All rights reserved.