| Modifier and Type | Field and Description |
|---|---|
static Decoder<CharSequence,byte[]> |
BASE64
Very fast Base64 decoder guaranteed to
work in all >= Java 7 JDK and Android environments.
|
static Decoder<CharSequence,byte[]> |
BASE64URL
Very fast Base64Url decoder guaranteed to
work in all >= Java 7 JDK and Android environments.
|
public static final Decoder<CharSequence,byte[]> BASE64
public static final Decoder<CharSequence,byte[]> BASE64URL
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.