My code is like
SJCL.js
function encrypt(data, key){
......
}
abcd.java
public String callJavascript(String data,String key)
{
// i want to call the encrypt method here with data,key value passing to it
}
any help????
using java5 only
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…