⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 caconst.java

📁 一个agent 工具包,可以开发移动设备应用,考虑了安全措施
💻 JAVA
字号:
package SOMA.security.infrastructure;

/** This interface implements the CA constant
 *  like port number and standard operation
 *  on the CA.
 **/

interface CAConst {
        // Default Entrust CA port number

        public final static int DEFAULT_CA_PORT = 709;
        public final static int DEFAULT_LDAP_PORT = 389;
        //public final static String ING_BO_IP = "137.204.61.133";

        public final static String ING_BO_IP = "192.167.215.124";

        // To recover a profile
        public final static int RECOVER_PROFILE = 1;
        // To create a new profile
        public final static int CREATE_PROFILE = 2;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -