Class AesUtils

java.lang.Object
top.misec.bark.utils.AesUtils

public class AesUtils extends Object
  • Field Details

    • KEY_ALGORITHM

      public static String KEY_ALGORITHM
  • Constructor Details

    • AesUtils

      public AesUtils()
  • Method Details

    • encrypt

      public static byte[] encrypt(byte[] originalContent, byte[] encryptKey, int model, byte[] ivByte)
    • decrypt

      public static byte[] decrypt(byte[] content, byte[] aesKey, int model, byte[] ivByte)