Class CommonsCodecBase64

java.lang.Object
com.github.scribejava.core.base64.Base64
com.github.scribejava.core.base64.CommonsCodecBase64

public class CommonsCodecBase64
extends Base64
  • Constructor Summary

    Constructors
    Constructor Description
    CommonsCodecBase64()  
  • 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

    • CommonsCodecBase64

      public CommonsCodecBase64()
  • Method Details

    • internalEncode

      protected java.lang.String internalEncode​(byte[] bytes)
      Specified by:
      internalEncode in class Base64
    • internalEncodeUrlWithoutPadding

      protected java.lang.String internalEncodeUrlWithoutPadding​(byte[] bytes)
      Specified by:
      internalEncodeUrlWithoutPadding in class Base64