Class CommonsCodecBase64
java.lang.Object
com.github.scribejava.core.base64.Base64
com.github.scribejava.core.base64.CommonsCodecBase64
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringinternalEncode(byte[] bytes) protected StringinternalEncodeUrlWithoutPadding(byte[] bytes) Methods inherited from class com.github.scribejava.core.base64.Base64
encode, encodeUrlWithoutPadding, getInstance, init
-
Constructor Details
-
CommonsCodecBase64
public CommonsCodecBase64()
-
-
Method Details
-
internalEncode
- Specified by:
internalEncodein classBase64
-
internalEncodeUrlWithoutPadding
- Specified by:
internalEncodeUrlWithoutPaddingin classBase64
-