eRFID_CertificateType
This page covers the description of the eRFID_CertificateType enumeration
eRFID_CertificateType
enumeration contains a set of constants that define the type of certificate used in the procedure of document security object digital signature verification.
public class eRFID_CertificateType {
public static final int CT_UNDEFINED = 0;
public static final int CT_CSCA = 1;
public static final int CT_CSCA_LINK = 2;
public static final int CT_DS = 3;
public static final int CT_MLS = 4;
public static final int CT_DLS = 5;
}
Constant
Description
CT_UNDEFINED
type is not defined
CT_CSCA
CSCA
CT_CSCA_LINK
CSCA-link
CT_DS
DS
CT_MLS
Master List signer
CT_DLS
Deviaton List signer
Last updated
Was this helpful?