public final class Base64Url extends Object
Modifier and Type | Method and Description |
---|---|
byte[] |
decodedBytes()
Decode the bytes and return.
|
static Base64Url |
encode(byte[] bytes)
Encode a byte array into Base64Url encoded bytes.
|
byte[] |
encodedBytes()
Returns the underlying encoded byte array.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public static Base64Url encode(byte[] bytes)
bytes
- The byte array to encode.public byte[] encodedBytes()
public byte[] decodedBytes()
Copyright © 2019. All rights reserved.