public class JSignatureGeneratorCZ extends JSignatureGenerator
Modifier and Type | Field and Description |
---|---|
protected cz.tomasdvorak.eet.client.EETClient |
client |
protected cz.tomasdvorak.eet.client.config.CommunicationMode |
COMMUNICATION_MODE |
protected String[] |
fiscalTax |
protected cz.tomasdvorak.eet.client.config.EndpointType |
OPERATION_MODE |
protected int |
premisesID |
protected String |
registerID |
protected String |
taxID |
instance, logger
register_id
Constructor and Description |
---|
JSignatureGeneratorCZ() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigPanel() |
String |
getMaintenancePanel() |
protected void |
makeSignature(Ticket oTicket,
StringBuilder sSignature)
makeSignature shall provide a string representation of the data to be
presented in the tickets QR code, if present
|
calculateTurnoverForCounter, finish_audit_log, generateSignature, getInstance, getRegister_id, start_audit_log, write_audit_log
protected final String taxID
protected final int premisesID
protected final String registerID
protected cz.tomasdvorak.eet.client.EETClient client
protected final cz.tomasdvorak.eet.client.config.EndpointType OPERATION_MODE
protected final cz.tomasdvorak.eet.client.config.CommunicationMode COMMUNICATION_MODE
protected String[] fiscalTax
public JSignatureGeneratorCZ() throws BasicException
BasicException
public String getMaintenancePanel()
getMaintenancePanel
in class JSignatureGenerator
public String getConfigPanel()
getConfigPanel
in class JSignatureGenerator
protected void makeSignature(Ticket oTicket, StringBuilder sSignature) throws FiscalSignatureException, FiscalSignatureFatalException, GeneralSecurityException
JSignatureGenerator
makeSignature
in class JSignatureGenerator
sSignature
- return param with a StringBuilder object containing
the QR code dataFiscalSignatureException
FiscalSignatureFatalException
GeneralSecurityException
Copyright © 2021. All rights reserved.