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_DEV_LS = 5;
    public static final int CT_DEF_LS = 6;
}

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_DEV_LS

Deviaton List signer

CT_DEF_LS

Defect List signer

Last updated