Package org.jnbis.internal
Class NistHelper
- java.lang.Object
-
- org.jnbis.internal.NistHelper
-
public class NistHelper extends Object
- Since:
- Oct 7, 2007
- Version:
- 1.0.0
- Author:
- M. H. Shamsi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNistHelper.Tagstatic classNistHelper.Token
-
Field Summary
Fields Modifier and Type Field Description static intFIELD_MAX_LENGTHstatic intRT_FACIAL_N_SMT_IMAGE_DATAstatic intRT_HR_BINARY_FINGERPRINTstatic intRT_HR_GS_FINGERPRINTstatic intRT_IRIS_IMAGEstatic intRT_LR_BINARY_FINGERPRINTstatic intRT_LR_GS_FINGERPRINTstatic intRT_MINUTIAE_DATAstatic intRT_SIGNATURE_IMAGEstatic intRT_TRANSACTION_INFOstatic intRT_USER_DEFINED_IMAGEstatic intRT_USER_DEFINED_TESTING_IMAGEstatic intRT_USER_DEFINED_TEXTstatic intRT_VR_FINGERPRINTstatic intRT_VR_LATENT_IMAGEstatic intRT_VR_PALMPRINTstatic charSEP_FSstatic char[]TAG_SEP_COLNstatic char[]TAG_SEP_DOTstatic char[]TAG_SEP_GSFSstatic CharsetDecoderUSASCII
-
Constructor Summary
Constructors Constructor Description NistHelper()
-
-
-
Field Detail
-
USASCII
public static final CharsetDecoder USASCII
-
RT_TRANSACTION_INFO
public static final int RT_TRANSACTION_INFO
- See Also:
- Constant Field Values
-
RT_USER_DEFINED_TEXT
public static final int RT_USER_DEFINED_TEXT
- See Also:
- Constant Field Values
-
RT_LR_GS_FINGERPRINT
public static final int RT_LR_GS_FINGERPRINT
- See Also:
- Constant Field Values
-
RT_HR_GS_FINGERPRINT
public static final int RT_HR_GS_FINGERPRINT
- See Also:
- Constant Field Values
-
RT_LR_BINARY_FINGERPRINT
public static final int RT_LR_BINARY_FINGERPRINT
- See Also:
- Constant Field Values
-
RT_HR_BINARY_FINGERPRINT
public static final int RT_HR_BINARY_FINGERPRINT
- See Also:
- Constant Field Values
-
RT_USER_DEFINED_IMAGE
public static final int RT_USER_DEFINED_IMAGE
- See Also:
- Constant Field Values
-
RT_SIGNATURE_IMAGE
public static final int RT_SIGNATURE_IMAGE
- See Also:
- Constant Field Values
-
RT_MINUTIAE_DATA
public static final int RT_MINUTIAE_DATA
- See Also:
- Constant Field Values
-
RT_FACIAL_N_SMT_IMAGE_DATA
public static final int RT_FACIAL_N_SMT_IMAGE_DATA
- See Also:
- Constant Field Values
-
RT_VR_LATENT_IMAGE
public static final int RT_VR_LATENT_IMAGE
- See Also:
- Constant Field Values
-
RT_VR_FINGERPRINT
public static final int RT_VR_FINGERPRINT
- See Also:
- Constant Field Values
-
RT_VR_PALMPRINT
public static final int RT_VR_PALMPRINT
- See Also:
- Constant Field Values
-
RT_USER_DEFINED_TESTING_IMAGE
public static final int RT_USER_DEFINED_TESTING_IMAGE
- See Also:
- Constant Field Values
-
RT_IRIS_IMAGE
public static final int RT_IRIS_IMAGE
- See Also:
- Constant Field Values
-
SEP_FS
public static final char SEP_FS
- See Also:
- Constant Field Values
-
FIELD_MAX_LENGTH
public static final int FIELD_MAX_LENGTH
- See Also:
- Constant Field Values
-
TAG_SEP_DOT
public static final char[] TAG_SEP_DOT
-
TAG_SEP_COLN
public static final char[] TAG_SEP_COLN
-
TAG_SEP_GSFS
public static final char[] TAG_SEP_GSFS
-
-