Package cool.taomu.framework.crypto
Class Base64
- java.lang.Object
-
- cool.taomu.framework.crypto.Base64
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]decode()decodebyte[]encode()encodebyte[]getData()get dataICryptosetData(byte[] src)set data
-
-
-
Constructor Detail
-
Base64
public Base64(byte[] src)
-
Base64
public Base64(ICrypto c)
-
-