apache的Base64编解码

import org.apache.commons.codec.binary.Base64; 

String Base64.encodeBase64URLSafeString(byte[])

byte[] Base64.decodeBase64(String)
原文地址:https://www.cnblogs.com/LiuYanYGZ/p/9443686.html