public abstract class AbstractDataSecure extends Object
AbstractDataSecure()
abstract String
decrypt(String content, String pwd)
encrypt(String content, String pwd)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractDataSecure()
public abstract String encrypt(String content, String pwd) throws Exception
content
pwd
Exception
public abstract String decrypt(String content, String pwd) throws Exception
Copyright © 2020. All rights reserved.