Package com.stepover.opensignatureapi
Class SoSignerFactory
- java.lang.Object
-
- com.stepover.opensignatureapi.SoSignerFactory
-
public class SoSignerFactory extends java.lang.Object
A factory for creating Signer objects dependend on the signing device. Returns the SoDefaultSigner at the moment for all devices.
-
-
Constructor Summary
Constructors Constructor Description SoSignerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Signer
getSigner(SoSigningDevice device)
Gets the signer.
-
-
-
Method Detail
-
getSigner
public static Signer getSigner(SoSigningDevice device)
Gets the signer.- Parameters:
device
- the device- Returns:
- the signer
-
-