public class EncryptUtil extends Object
| 构造器和说明 |
|---|
EncryptUtil() |
public String md5Digest(String src) throws NoSuchAlgorithmException, UnsupportedEncodingException
public String base64Encoder(String src) throws UnsupportedEncodingException
public String base64Decoder(String dest) throws NoSuchAlgorithmException, IOException
Copyright © 2018. All rights reserved.