SecuGen.FDxSDKPro.jni
Class SGFDxTemplateFormat

java.lang.Object
  extended by SecuGen.FDxSDKPro.jni.SGFDxTemplateFormat

public abstract class SGFDxTemplateFormat
extends java.lang.Object

This class contains fingerprint template types used by the SecuGen.FDxSDK.jni package.


Field Summary
static short TEMPLATE_FORMAT_ANSI378
          ANSI 378 Format.
static short TEMPLATE_FORMAT_ISO19794
          ISO 19794-2 Format.
static short TEMPLATE_FORMAT_SG400
          Legacy Secugen 400Byte Format.
 
Constructor Summary
SGFDxTemplateFormat()
          This is an abstract class and cannot be instantiated.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMPLATE_FORMAT_ANSI378

public static final short TEMPLATE_FORMAT_ANSI378
ANSI 378 Format.

See Also:
Constant Field Values

TEMPLATE_FORMAT_SG400

public static final short TEMPLATE_FORMAT_SG400
Legacy Secugen 400Byte Format.

See Also:
Constant Field Values

TEMPLATE_FORMAT_ISO19794

public static final short TEMPLATE_FORMAT_ISO19794
ISO 19794-2 Format.

See Also:
Constant Field Values
Constructor Detail

SGFDxTemplateFormat

public SGFDxTemplateFormat()
This is an abstract class and cannot be instantiated.