luoyb
2024-04-30 108ddcab2ac1a6d28997d018f589a628b3feb95b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
  "groups": [
    {
      "name": "api-decrypt",
      "type": "org.dromara.common.encrypt.properties.ApiDecryptProperties",
      "sourceType": "org.dromara.common.encrypt.properties.ApiDecryptProperties"
    },
    {
      "name": "mybatis-encryptor",
      "type": "org.dromara.common.encrypt.properties.EncryptorProperties",
      "sourceType": "org.dromara.common.encrypt.properties.EncryptorProperties"
    }
  ],
  "properties": [
    {
      "name": "api-decrypt.enabled",
      "type": "java.lang.Boolean",
      "description": "加密开关",
      "sourceType": "org.dromara.common.encrypt.properties.ApiDecryptProperties"
    },
    {
      "name": "api-decrypt.header-flag",
      "type": "java.lang.String",
      "description": "头部标识",
      "sourceType": "org.dromara.common.encrypt.properties.ApiDecryptProperties"
    },
    {
      "name": "api-decrypt.private-key",
      "type": "java.lang.String",
      "description": "请求解密私钥",
      "sourceType": "org.dromara.common.encrypt.properties.ApiDecryptProperties"
    },
    {
      "name": "api-decrypt.public-key",
      "type": "java.lang.String",
      "description": "响应加密公钥",
      "sourceType": "org.dromara.common.encrypt.properties.ApiDecryptProperties"
    },
    {
      "name": "mybatis-encryptor.algorithm",
      "type": "org.dromara.common.encrypt.enumd.AlgorithmType",
      "description": "默认算法",
      "sourceType": "org.dromara.common.encrypt.properties.EncryptorProperties"
    },
    {
      "name": "mybatis-encryptor.enable",
      "type": "java.lang.Boolean",
      "description": "过滤开关",
      "sourceType": "org.dromara.common.encrypt.properties.EncryptorProperties"
    },
    {
      "name": "mybatis-encryptor.encode",
      "type": "org.dromara.common.encrypt.enumd.EncodeType",
      "description": "编码方式,base64\/hex",
      "sourceType": "org.dromara.common.encrypt.properties.EncryptorProperties"
    },
    {
      "name": "mybatis-encryptor.password",
      "type": "java.lang.String",
      "description": "安全秘钥",
      "sourceType": "org.dromara.common.encrypt.properties.EncryptorProperties"
    },
    {
      "name": "mybatis-encryptor.private-key",
      "type": "java.lang.String",
      "description": "私钥",
      "sourceType": "org.dromara.common.encrypt.properties.EncryptorProperties"
    },
    {
      "name": "mybatis-encryptor.public-key",
      "type": "java.lang.String",
      "description": "公钥",
      "sourceType": "org.dromara.common.encrypt.properties.EncryptorProperties"
    }
  ],
  "hints": []
}