Package com.yahoo.security
Class YBase64
java.lang.Object
com.yahoo.security.YBase64
Variant of
Base64 with the following modifications:
- + is replaced by .
- / is replaced by {code _}
- = is replaced by {code -}- Author:
- bjorncs
-
Method Summary
-
Method Details
-
decode
public static byte[] decode(byte[] in) -
encode
public static byte[] encode(byte[] in)
-