public class Base64UrlSafe extends Object
Base64UrlSafe()
static byte[]
decode(String b64)
static String
encode(byte[] data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64UrlSafe()
public static String encode(byte[] data)
public static byte[] decode(String b64)
Copyright © 2023. All rights reserved.