eRFID_AuthenticationProcedureType
This page covers the description of the eRFID_AuthenticationProcedureType enumeration
eRFID_AuthenticationProcedureType
enumeration contains a set of constants that define the type of performed procedure of document authentication within the context of the communication session with electronic document.
public class eRFID_AuthenticationProcedureType {
public static final int aptUndefined = 0;
public static final int aptStandard = 1;
public static final int aptAdvanced = 2;
public static final int aptGeneral = 3;
}
Constant
Description
aptUndefined
not defined
aptStandard
standard authentication procedure
aptAdvanced
advanced authentication procedure
aptGeneral
general authentication procedure
Last updated
Was this helpful?