📄 caconst.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 + -