public class AesUtil extends Object
public static byte[] encrypt(byte[] message, int offset, int length, byte[] key) throws Exception
Exception
public static byte[] decrypt(byte[] message, int offset, int length, byte[] key) throws Exception
Exception
public static String toHex(byte[] buffer, int offset, int count)
Copyright © 2023. All rights reserved.