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.
次のコード行を使用して、データベースからデータを読み取ります
ob = new String(loadBlob.toByteArray());
ob = Util.decrypt(Constants.ENCRYPTION_KEY, ob);
ob = new String(Base64.decodeBase64(ob.getBytes("UTF-8")), "UTF-8");