SecuGen.FDxSDKPro.jni
Class SGFDxSecurityLevel

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

public abstract class SGFDxSecurityLevel
extends java.lang.Object

This class contains security level constants that are used by the SecuGen.FDxSDK.jni package.

See Also:
JFPLib#matchForRegister, JFPLib#matchForVerification, JFPLib#matchForVerificationEx

Field Summary
static long SL_ABOVE_NORMAL
          Security Level 6
static long SL_BELOW_NORMAL
          Security Level 4
static long SL_HIGH
          Security Level 7
static long SL_HIGHER
          Security Level 8
static long SL_HIGHEST
          Security Level 9 (Highest)
static long SL_LOW
          Security Level 3
static long SL_LOWER
          Security Level 2
static long SL_LOWEST
          Security Level 1 (Lowest)
static long SL_NONE
          Security Level 0 (NONE)
static long SL_NORMAL
          Security Level 5
 
Constructor Summary
SGFDxSecurityLevel()
          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

SL_NONE

public static final long SL_NONE
Security Level 0 (NONE)

See Also:
Constant Field Values

SL_LOWEST

public static final long SL_LOWEST
Security Level 1 (Lowest)

See Also:
Constant Field Values

SL_LOWER

public static final long SL_LOWER
Security Level 2

See Also:
Constant Field Values

SL_LOW

public static final long SL_LOW
Security Level 3

See Also:
Constant Field Values

SL_BELOW_NORMAL

public static final long SL_BELOW_NORMAL
Security Level 4

See Also:
Constant Field Values

SL_NORMAL

public static final long SL_NORMAL
Security Level 5

See Also:
Constant Field Values

SL_ABOVE_NORMAL

public static final long SL_ABOVE_NORMAL
Security Level 6

See Also:
Constant Field Values

SL_HIGH

public static final long SL_HIGH
Security Level 7

See Also:
Constant Field Values

SL_HIGHER

public static final long SL_HIGHER
Security Level 8

See Also:
Constant Field Values

SL_HIGHEST

public static final long SL_HIGHEST
Security Level 9 (Highest)

See Also:
Constant Field Values
Constructor Detail

SGFDxSecurityLevel

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