java.lang.Object
eu.steffo.cleaver.logic.crypt.CryptConfig
public class CryptConfig extends Object
A class containing the configuration for the encryption/decryption step of a
Job
.-
Field Summary
-
Constructor Summary
Constructors Constructor Description CryptConfig(String key)
Construct a new CryptConfig with a specific encryption key. -
Method Summary
-
Field Details
-
Constructor Details
-
CryptConfig
Construct a new CryptConfig with a specific encryption key.- Parameters:
key
- The encryption key.
-
-
Method Details