类 Base64Utils

java.lang.Object
net.linksfield.cube.partnersdk.utils.Base64Utils

public abstract class Base64Utils
extends Object
  • 构造器详细资料

    • Base64Utils

      public Base64Utils()
  • 方法详细资料

    • encode

      public static byte[] encode​(byte[] src)
    • decode

      public static byte[] decode​(byte[] src)
    • encodeUrlSafe

      public static byte[] encodeUrlSafe​(byte[] src)
    • decodeUrlSafe

      public static byte[] decodeUrlSafe​(byte[] src)
    • encodeToString

      public static String encodeToString​(byte[] src)
    • decodeFromString

      public static byte[] decodeFromString​(String src)
    • encodeToUrlSafeString

      public static String encodeToUrlSafeString​(byte[] src)
    • decodeFromUrlSafeString

      public static byte[] decodeFromUrlSafeString​(String src)