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