You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
611 B
29 lines
611 B
package com.fr.market.key; |
|
|
|
|
|
/** |
|
* @author Link |
|
* @version 11.0 |
|
* Created by Link on 2022/8/25 |
|
*/ |
|
public class FineMarketPublicKeyConstants { |
|
|
|
public static final String DEFAULT_KEY_KEY = "defaultKey"; |
|
|
|
public static final String DEFAULT_KEY_DIRECTORY = "/com/fr/market/key"; |
|
|
|
/** |
|
* 公钥第一段 |
|
*/ |
|
public static final String FIRST_PROPERTY = "76c1/default"; |
|
|
|
/** |
|
* 公钥第二段 |
|
*/ |
|
public static final String SECOND_PROPERTY = "943f/default"; |
|
|
|
/** |
|
* 公钥第三段 |
|
*/ |
|
public static final String THIRD_PROPERTY = "d8a3/default"; |
|
}
|
|
|