public final class Base64Url extends Object
| Modifier and Type | Method and Description |
|---|---|
static Base64Url |
encode(byte[] bytes)
Encode a byte array into Base64Url encoded bytes.
|
boolean |
equals(Object obj) |
byte[] |
getDecodedBytes()
Decode the bytes and return.
|
byte[] |
getEncodedBytes()
Returns the underlying encoded byte array.
|
int |
hashCode() |
String |
toString() |
public static Base64Url encode(byte[] bytes)
bytes - The byte array to encode.public byte[] getEncodedBytes()
public byte[] getDecodedBytes()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/