Class SymmetricEncryptionService

java.lang.Object
org.wso2.carbon.integration.tests.axis2.sample.service.SymmetricEncryptionService

public class SymmetricEncryptionService extends Object
  • Constructor Details

    • SymmetricEncryptionService

      public SymmetricEncryptionService()
  • Method Details

    • encrypt

      public String encrypt(String plainText) throws org.wso2.carbon.core.util.CryptoException
      Throws:
      org.wso2.carbon.core.util.CryptoException
    • decrypt

      public String decrypt(String encryptedText) throws org.wso2.carbon.core.util.CryptoException
      Throws:
      org.wso2.carbon.core.util.CryptoException