08 2021 档案
从rsa私钥字符串变成pfx文件
摘要:近日,从合作方拿到一个rsa的字符串私钥,但是程序中需要使用pfx格式的文件,所以需要转化格式,通过咨询,合作方是通过如下方法得到私钥的:private JSONObject RsaKeyGet() throws Exception{ JSONObject obj = new JSONObject( 阅读全文
posted @ 2021-08-11 14:24 子虚乌有 阅读(768) 评论(0) 推荐(0)
redis6.0.5之config阅读笔记2-函数
摘要:************************************************************************************************************ /* * Config file name-value maps. 配置文件 键 阅读全文
posted @ 2021-08-04 17:52 子虚乌有 阅读(711) 评论(0) 推荐(0)