xuguohong

update aes doc

1 # 资源AES解密接入文档 1 # 资源AES解密接入文档
2 2
3 +## `资源加密使用打包工具中工具拦截的Aes加解密项处理`
4 +
3 ### 注意事项: 5 ### 注意事项:
4 - `使用so库需使用如下签名打包,否则调用接口失败` 6 - `使用so库需使用如下签名打包,否则调用接口失败`
5 ``` 7 ```
...@@ -144,3 +146,4 @@ CryptInterface.decode(decodeContent, new CryptCallBack() { ...@@ -144,3 +146,4 @@ CryptInterface.decode(decodeContent, new CryptCallBack() {
144 146
145 147
146 148
149 +
......