public final class Base64url extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String content)
Decodes the given Base64url encoded String into a byte array.
|
static String |
encode(byte[] content)
Encodes the given byte array into a Base64url encoded String.
|
public static byte[] decode(String content)
content
- The Base64url encoded String to decode.public static String encode(byte[] content)
content
- The byte array to encode.Copyright © 2010-2018, ForgeRock All Rights Reserved.