Class Jaxb230Base64
java.lang.Object
com.github.scribejava.core.base64.Base64
com.github.scribejava.core.base64.Jaxb230Base64
JAXB v2.3.0 (the latest for JRE 7)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
internalEncode
(byte[] bytes) protected String
internalEncodeUrlWithoutPadding
(byte[] bytes) Methods inherited from class com.github.scribejava.core.base64.Base64
encode, encodeUrlWithoutPadding, getInstance, init
-
Constructor Details
-
Jaxb230Base64
public Jaxb230Base64()
-
-
Method Details
-
internalEncode
- Specified by:
internalEncode
in classBase64
-
internalEncodeUrlWithoutPadding
- Specified by:
internalEncodeUrlWithoutPadding
in classBase64
-