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 SigningDeviceInfo
deviceInfo
Deprecated.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.String
getIdentifier()
Deprecated.Returns a unique identifier of the SigningDevice.SigningDeviceInfo
getInfo(java.util.Locale locale)
Deprecated.protected void
registerHandlers()
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:
getInfo
in interfaceSigningDevice
- Overrides:
getInfo
in classSoSigningDevice
- Parameters:
locale
- the locale in which theSigningDeviceInfo
shall be returned. Iflocale
isnull
,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:SigningDevice
Returns a unique identifier of the SigningDevice. TheSignatureServiceProvider
implementation has to ensure that all theSigningDevice
s it returns have a unique identifier. Identifiers forSigningDevice
s coming from differentSignatureServiceProvider
s might have overlapping identifiers.- Specified by:
getIdentifier
in interfaceSigningDevice
- Overrides:
getIdentifier
in classSoSigningDevice
- Returns:
-
registerHandlers
protected void registerHandlers()
Deprecated.Register handlers.- Overrides:
registerHandlers
in classSoSigningDevice
-
-