MCPcopy Create free account
hub / github.com/jwtk/jjwt / Base64UrlDecoder

Class Base64UrlDecoder

api/src/main/java/io/jsonwebtoken/io/Base64UrlDecoder.java:24–29  ·  view source on GitHub ↗

Very fast Base64Url decoder guaranteed to work in all >= Java 7 JDK and Android environments. @since 0.10.0

Source from the content-addressed store, hash-verified

22 * @since 0.10.0
23 */
24class Base64UrlDecoder extends Base64Decoder {
25
26 Base64UrlDecoder() {
27 super(Base64.URL_SAFE);
28 }
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…