public interface CryptoEngine
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String salt,
String password,
String encrypted) |
String |
encrypt(String salt,
String password,
String text) |
String |
generateSalt() |
String |
getDescriptor() |
String |
hash(String salt,
String password) |
String getDescriptor()
String encrypt(String salt, String password, String text) throws JasDBSecurityException
JasDBSecurityExceptionString decrypt(String salt, String password, String encrypted) throws JasDBSecurityException
JasDBSecurityExceptionString generateSalt() throws JasDBSecurityException
JasDBSecurityExceptionString hash(String salt, String password) throws JasDBSecurityException
JasDBSecurityExceptionCopyright © 2015. All rights reserved.