Class SoHeadlessSigningDevice
- java.lang.Object
-
- com.stepover.opensignatureapi.device.SoSigningDevice
-
- com.stepover.opensignatureapi.device.SoHeadlessSigningDevice
-
- All Implemented Interfaces:
MessageReceiver,SigningDevice
@Deprecated public class SoHeadlessSigningDevice extends SoSigningDevice
Deprecated.dummy device
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jopensignature.sign.SigningDevice
SigningDevice.UnsupportedMessageException
-
-
Field Summary
Fields Modifier and Type Field Description protected SigningDeviceInfodeviceInfoDeprecated.The device info.-
Fields inherited from class com.stepover.opensignatureapi.device.SoSigningDevice
bioData, capabilities, configuration, documentRenderer, documentViewer, GEN12, GEN13, identifier, log, signer, signingDeviceInfo, threads
-
-
Constructor Summary
Constructors Constructor Description SoHeadlessSigningDevice(java.lang.String identifier)Deprecated.Instantiates a new so headless signing device.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetIdentifier()Deprecated.Returns a unique identifier of the SigningDevice.SigningDeviceInfogetInfo(java.util.Locale locale)Deprecated.protected voidregisterHandlers()Deprecated.Register handlers.-
Methods inherited from class com.stepover.opensignatureapi.device.SoSigningDevice
close, getBioData, getCapabilities, getConfiguration, getDocumentViewer, getRenderer, getSigner, getSignImage, getThreadExecuter, isGeneration, send, setBioData, setDocumentViewer, setIdentifier, setRenderer, sleep
-
-
-
-
Field Detail
-
deviceInfo
protected SigningDeviceInfo deviceInfo
Deprecated.The device info.
-
-
Method Detail
-
getInfo
public SigningDeviceInfo getInfo(java.util.Locale locale)
Deprecated.- Specified by:
getInfoin interfaceSigningDevice- Overrides:
getInfoin classSoSigningDevice- Parameters:
locale- the locale in which theSigningDeviceInfoshall be returned. Iflocaleisnull,Locale.getDefault()shall be used. If there is no matching translation is available, the implementation shall use the closest substitute. How a substitute is selected is up to the implementation. We encourage to follow the guidelines ofResourceBundle.
-
getIdentifier
public java.lang.String getIdentifier()
Deprecated.Description copied from interface:SigningDeviceReturns a unique identifier of the SigningDevice. TheSignatureServiceProviderimplementation has to ensure that all theSigningDevices it returns have a unique identifier. Identifiers forSigningDevices coming from differentSignatureServiceProviders might have overlapping identifiers.- Specified by:
getIdentifierin interfaceSigningDevice- Overrides:
getIdentifierin classSoSigningDevice- Returns:
-
registerHandlers
protected void registerHandlers()
Deprecated.Register handlers.- Overrides:
registerHandlersin classSoSigningDevice
-
-