Class JaxbBase64
java.lang.Object
com.github.scribejava.core.base64.Base64
com.github.scribejava.core.base64.JaxbBase64
-
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
-
JaxbBase64
public JaxbBase64()
-
-
Method Details
-
internalEncode
- Specified by:
internalEncode
in classBase64
-
internalEncodeUrlWithoutPadding
- Specified by:
internalEncodeUrlWithoutPadding
in classBase64
-