Class YBase64

java.lang.Object
com.yahoo.security.YBase64

public class YBase64 extends Object
Variant of Base64 with the following modifications: - + is replaced by . - / is replaced by {code _} - = is replaced by {code -}
Author:
bjorncs
  • Method Details

    • decode

      public static byte[] decode(byte[] in)
    • encode

      public static byte[] encode(byte[] in)