I want to encrypt a string in Maplet ,shine pattern.I used Code in org.jsos.shine.util.Code; I make an object and code my data by
Code c = new Code();
c.setContent(name);
the return value of setContent is boolean. now I want to print my encrypted data how can I do this?