static class Base64Utils.CommonsCodecBase64Delegate extends java.lang.Object implements Base64Utils.Base64Delegate
Modifier and Type | Field and Description |
---|---|
private org.apache.commons.codec.binary.Base64 |
base64 |
private org.apache.commons.codec.binary.Base64 |
base64UrlSafe |
Constructor and Description |
---|
CommonsCodecBase64Delegate() |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(byte[] src) |
byte[] |
decodeUrlSafe(byte[] src) |
byte[] |
encode(byte[] src) |
byte[] |
encodeUrlSafe(byte[] src) |
private final org.apache.commons.codec.binary.Base64 base64
private final org.apache.commons.codec.binary.Base64 base64UrlSafe
public byte[] encode(byte[] src)
encode
in interface Base64Utils.Base64Delegate
public byte[] decode(byte[] src)
decode
in interface Base64Utils.Base64Delegate
public byte[] encodeUrlSafe(byte[] src)
encodeUrlSafe
in interface Base64Utils.Base64Delegate
public byte[] decodeUrlSafe(byte[] src)
decodeUrlSafe
in interface Base64Utils.Base64Delegate