类 Base64

java.lang.Object
spring.turbo.util.crypto.Base64

public final class Base64 extends Object
从以下版本开始:
1.0.0
作者:
应卓
  • 方法详细资料

    • decode

      public static byte[] decode(String key)
    • encode

      public static String encode(byte[] key)
    • toBytes

      public static byte[] toBytes(String key)
    • toString

      public static String toString(byte[] bytes)
    • isBase64

      public static boolean isBase64(byte octet)
    • isBase64

      public static boolean isBase64(@Nullable byte[] bytes)
    • isBase64

      public static boolean isBase64(@Nullable String string)