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 Details

    • TestEncryptionService

      public TestEncryptionService(com.mx.path.core.common.collection.ObjectMap configurations)
  • Method Details

    • encrypt

      public final String encrypt(String plaintext)
      Specified by:
      encrypt in interface com.mx.path.core.common.security.EncryptionService
    • decrypt

      public final String decrypt(String ciphertext)
      Specified by:
      decrypt in interface com.mx.path.core.common.security.EncryptionService
    • isEncrypted

      public final boolean isEncrypted(String text)
      Specified by:
      isEncrypted in interface com.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)