Class StringDecrypter
java.lang.Object
org.gcube.contentmanager.storageclient.model.protocol.smp.StringDecrypter
This class can be used to encrypt and decrypt using DES and a given key
- Author:
- Javid Jamae @author Roberto Cirillo
-
Field Details
-
DESEDE_ENCRYPTION_SCHEME
- See Also:
-
DES_ENCRYPTION_SCHEME
- See Also:
-
-
Constructor Details
-
StringDecrypter
public StringDecrypter(String encryptionScheme, String phrase) throws StringDecrypter.EncryptionException
-
-
Method Details
-
decrypt
-