/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package ejbcagui; /** * * @author PHUONGVU */ public class CertificateHelper { public static String RESPONSETYPE_CERTIFICATE = "CERTIFICATE"; public static String RESPONSETYPE_PKCS7 = "PKCS7"; public static String RESPONSETYPE_PKCS7WITHCHAIN = "PKCS7WITHCHAIN"; public static final int CERT_REQ_TYPE_PKCS10 = 0; public static final int CERT_REQ_TYPE_CRMF = 1; public static final int CERT_REQ_TYPE_SPKAC = 2; }