public final class Base64UrlCodec extends BaseNCodec
It is case SENSITIVE.
The only difference between base-64 and base-64-url is that the second substitutes the chars '+' and '/' with '-' and '_'.
This codec complies with RFC-4648, encoding a byte array sequentially. If you
need a codec that encodes integers using the remainder operator (modulus),
use the static factory BaseNCodec.newInstance(BaseN).
BaseNCodec.CustomDivider| 限定符和类型 | 字段和说明 |
|---|---|
static Base64UrlCodec |
INSTANCE |
| 构造器和说明 |
|---|
Base64UrlCodec() |
decode, encode, getBase, newInstance, newInstance, newInstance, newInstance, newInstance, newInstancepublic static final Base64UrlCodec INSTANCE
Copyright © 2024. All rights reserved.