Class Encryption

java.lang.Object
com.unitech.api.util.Encryption

public class Encryption extends Object
Created by user
  • Field Details

  • Constructor Details

    • Encryption

      public Encryption()
  • Method Details

    • Encrypt

      public static byte[] Encrypt(byte[] plain)
      Software update library
      Parameters:
      plain -
      Returns:
    • Decrypt

      public static byte[] Decrypt(byte[] encrypted)
      Software update library
      Parameters:
      encrypted -
      Returns: