public final class UrlSafeBase64 extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String string) |
static String |
encode(byte[] bytes) |
public static String encode(byte[] bytes)
public static byte[] decode(String string) throws IllegalArgumentException
string
- IllegalArgumentException
Copyright © 2012–2015 Hippo B.V. (http://www.onehippo.com). All rights reserved.