Class Base64Url
java.lang.Object
com.codename1.backend.Base64Url
Base64url without padding, as JSON Web Tokens use it. Separate from any general
base64 because the alphabet differs ('-' and '_' for '+' and '/') and a token
encoded with the wrong one is rejected by every other implementation.
-
Method Summary
-
Method Details
-
encode
-
decode
Null for anything that is not valid base64url, rather than a partial result.
-