Package com.mx.path.testing.session
Class TestEncryptionService
java.lang.Object
com.mx.path.testing.session.TestEncryptionService
- All Implemented Interfaces:
com.mx.path.core.common.security.EncryptionService
public class TestEncryptionService
extends Object
implements com.mx.path.core.common.security.EncryptionService
-
Constructor Summary
ConstructorsConstructorDescriptionTestEncryptionService(com.mx.path.core.common.collection.ObjectMap configurations) -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfinal Stringcom.mx.path.core.common.collection.ObjectMapfinal booleanisEncrypted(String text) voidsetConfigurations(com.mx.path.core.common.collection.ObjectMap configurations) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mx.path.core.common.security.EncryptionService
rotateKeys
-
Constructor Details
-
TestEncryptionService
public TestEncryptionService(com.mx.path.core.common.collection.ObjectMap configurations)
-
-
Method Details
-
encrypt
- Specified by:
encryptin interfacecom.mx.path.core.common.security.EncryptionService
-
decrypt
- Specified by:
decryptin interfacecom.mx.path.core.common.security.EncryptionService
-
isEncrypted
- Specified by:
isEncryptedin interfacecom.mx.path.core.common.security.EncryptionService
-
getConfigurations
public com.mx.path.core.common.collection.ObjectMap getConfigurations() -
setConfigurations
public void setConfigurations(com.mx.path.core.common.collection.ObjectMap configurations)
-