java.lang.Object
com.codingapi.springboot.security.crypto.MyAES

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

    • getInstance

      public static MyAES getInstance()
    • encode

      public String encode(String input)
    • decode

      public String decode(String input)
    • encode

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

      public byte[] decode(byte[] input)