Class Base64
java.lang.Object
com.github.scribejava.core.base64.Base64
- Direct Known Subclasses:
CommonsCodecBase64
,Java8Base64
,Jaxb230Base64
,JaxbBase64
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
encode
(byte[] bytes) static String
encodeUrlWithoutPadding
(byte[] bytes) static Base64
static void
protected abstract String
internalEncode
(byte[] bytes) protected abstract String
internalEncodeUrlWithoutPadding
(byte[] bytes)
-
Constructor Details
-
Base64
public Base64()
-
-
Method Details
-
getInstance
-
init
-
encode
-
encodeUrlWithoutPadding
-
internalEncode
-
internalEncodeUrlWithoutPadding
-