This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在使用以下代码行来读取数据 frm db
ob = new String(loadBlob.toByteArray());
ob = Util.decrypt(Constants.ENCRYPTION_KEY, ob);
ob = new String(Base64.decodeBase64(ob.getBytes("UTF-8")), "UTF-8");