Class SoHeadlessSigningDeviceInfo
- java.lang.Object
-
- com.stepover.opensignatureapi.device.SoHeadlessSigningDeviceInfo
-
- All Implemented Interfaces:
SigningDeviceInfo
@Deprecated public class SoHeadlessSigningDeviceInfo extends java.lang.Object implements SigningDeviceInfo
Deprecated.the device info of "headless" devices
-
-
Constructor Summary
Constructors Constructor Description SoHeadlessSigningDeviceInfo()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getDescription()
Deprecated.Version
getFirmwareVersion()
Deprecated.Returns the firmware version of theSigningDevice
if applicable ornull
otherwise.java.awt.image.BufferedImage
getImage()
Deprecated.Returns a UI-usable Image ornull
.java.lang.String
getName()
Deprecated.Returns a name for theSigningDevice
that may be used in a user interface.java.lang.String
getSerialNumber()
Deprecated.Returns a serial number for theSigningDevice
ornull
if not applicable.Vendor
getVendor()
Deprecated.
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Deprecated.- Specified by:
getDescription
in interfaceSigningDeviceInfo
-
getSerialNumber
public java.lang.String getSerialNumber()
Deprecated.Description copied from interface:SigningDeviceInfo
Returns a serial number for theSigningDevice
ornull
if not applicable. The serial number is a vendor specific identifier for a particular device which could but doesn't have to be unique.- Specified by:
getSerialNumber
in interfaceSigningDeviceInfo
- Returns:
-
getImage
public java.awt.image.BufferedImage getImage()
Deprecated.Description copied from interface:SigningDeviceInfo
Returns a UI-usable Image ornull
. This image can be used to for example to present a "Device Selection Dialog".Although not specified the recommended size of the image is 400 x 400 Pixel.
- Specified by:
getImage
in interfaceSigningDeviceInfo
- Returns:
- either a
BufferedImage
ornull
-
getFirmwareVersion
public Version getFirmwareVersion()
Deprecated.Description copied from interface:SigningDeviceInfo
Returns the firmware version of theSigningDevice
if applicable ornull
otherwise. The format of the version string is vendor dependent.- Specified by:
getFirmwareVersion
in interfaceSigningDeviceInfo
- Returns:
-
getName
public java.lang.String getName()
Deprecated.Description copied from interface:SigningDeviceInfo
Returns a name for theSigningDevice
that may be used in a user interface.- Specified by:
getName
in interfaceSigningDeviceInfo
- Returns:
-
getVendor
public Vendor getVendor()
Deprecated.- Specified by:
getVendor
in interfaceSigningDeviceInfo
-
-