Class EncryptionHelper

java.lang.Object
com.exxothermic.audioeverywheresdk.helper.logic.EncryptionHelper

public class EncryptionHelper extends Object
  • Field Details

  • Constructor Details

    • EncryptionHelper

      public EncryptionHelper(android.content.Context context)
  • Method Details

    • encrypt

      public byte[] encrypt(String text)
      Encrypt the plain text using key_public key.
      Parameters:
      text - : plain text to encrypt
      Returns: