java - How to convert from String to SealedObject? -


i have sealedobject containing information. before being sent on server, convert string. once information arrives @ server end, have key decrypt encrypted information, if it's sealedobject though, wish convert string sent sealedobject on server side. possible? suggestions appreciated.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -