public interface CryptoEngine
Modifier and Type | Method and Description |
---|---|
java.lang.String |
decryptString(byte[] encryptedContent)
Decrypts the encrypted content to string.
|
byte[] |
encryptString(java.lang.String input)
Encrypts the input string.
|
static CryptoEngine |
pbe3des(java.lang.String password)
Creates new encryptor.
|
static CryptoEngine |
threefish(java.lang.String password)
Creates new
Threefish encryptor. |
static CryptoEngine pbe3des(java.lang.String password)
static CryptoEngine threefish(java.lang.String password)
Threefish
encryptor.byte[] encryptString(java.lang.String input)
java.lang.String decryptString(byte[] encryptedContent)
Copyright © 2003-present Jodd Team