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.StringgetDescription()Deprecated.VersiongetFirmwareVersion()Deprecated.Returns the firmware version of theSigningDeviceif applicable ornullotherwise.java.awt.image.BufferedImagegetImage()Deprecated.Returns a UI-usable Image ornull.java.lang.StringgetName()Deprecated.Returns a name for theSigningDevicethat may be used in a user interface.java.lang.StringgetSerialNumber()Deprecated.Returns a serial number for theSigningDeviceornullif not applicable.VendorgetVendor()Deprecated.
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Deprecated.- Specified by:
getDescriptionin interfaceSigningDeviceInfo
-
getSerialNumber
public java.lang.String getSerialNumber()
Deprecated.Description copied from interface:SigningDeviceInfoReturns a serial number for theSigningDeviceornullif 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:
getSerialNumberin interfaceSigningDeviceInfo- Returns:
-
getImage
public java.awt.image.BufferedImage getImage()
Deprecated.Description copied from interface:SigningDeviceInfoReturns 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:
getImagein interfaceSigningDeviceInfo- Returns:
- either a
BufferedImageornull
-
getFirmwareVersion
public Version getFirmwareVersion()
Deprecated.Description copied from interface:SigningDeviceInfoReturns the firmware version of theSigningDeviceif applicable ornullotherwise. The format of the version string is vendor dependent.- Specified by:
getFirmwareVersionin interfaceSigningDeviceInfo- Returns:
-
getName
public java.lang.String getName()
Deprecated.Description copied from interface:SigningDeviceInfoReturns a name for theSigningDevicethat may be used in a user interface.- Specified by:
getNamein interfaceSigningDeviceInfo- Returns:
-
getVendor
public Vendor getVendor()
Deprecated.- Specified by:
getVendorin interfaceSigningDeviceInfo
-
-