Class SoHeadlessSigningDeviceInfo

  • All Implemented Interfaces:
    SigningDeviceInfo

    @Deprecated
    public class SoHeadlessSigningDeviceInfo
    extends java.lang.Object
    implements SigningDeviceInfo
    Deprecated.
    the device info of "headless" devices
    • Constructor Detail

      • SoHeadlessSigningDeviceInfo

        public SoHeadlessSigningDeviceInfo()
        Deprecated.
    • Method Detail

      • getSerialNumber

        public java.lang.String getSerialNumber()
        Deprecated.
        Description copied from interface: SigningDeviceInfo
        Returns a serial number for the SigningDevice or null 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 interface SigningDeviceInfo
        Returns:
      • getImage

        public java.awt.image.BufferedImage getImage()
        Deprecated.
        Description copied from interface: SigningDeviceInfo
        Returns a UI-usable Image or null. 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 interface SigningDeviceInfo
        Returns:
        either a BufferedImage or null