public class Security {public native byte[] DecryptMsg(String strMsg);public native byte[] EncryptMsg(String strMsg);public native byte[] EncryptPass(String strPass);static{ System.loadLibrary("security");}}
添加回答
举报
0/150
提交
取消