Package org.pentaho.di.connections.utils
Class EncryptUtils
- java.lang.Object
-
- org.pentaho.di.connections.utils.EncryptUtils
-
public class EncryptUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
decryptFields(Object connectionDetails)
static void
encryptFields(Object object)
static String
getValue(Object object, Field field)
static void
setValue(Object object, Field field, String value)
-