类 MyAES


  • public class MyAES
    extends Object
    • 方法详细资料

      • getInstance

        public static MyAES getInstance()
      • encode

        public byte[] encode​(byte[] input)
      • decode

        public byte[] decode​(byte[] input)