public final class Base64Url extends Object
| Constructor and Description |
|---|
Base64Url(byte[] bytes) |
Base64Url(String string) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decodedBytes() |
static Base64Url |
encode(byte[] bytes) |
byte[] |
encodedBytes() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
Copyright © 2022. All rights reserved.