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
JasDBSecurityException
String decrypt(String salt, String password, String encrypted) throws JasDBSecurityException
JasDBSecurityException
String generateSalt() throws JasDBSecurityException
JasDBSecurityException
String hash(String salt, String password) throws JasDBSecurityException
JasDBSecurityException
Copyright © 2015. All rights reserved.