Uses of Class
com.github.scribejava.core.java8.Base64.Decoder
-
Packages that use Base64.Decoder Package Description com.github.scribejava.core.java8 -
-
Uses of Base64.Decoder in com.github.scribejava.core.java8
Methods in com.github.scribejava.core.java8 that return Base64.Decoder Modifier and Type Method Description static Base64.DecoderBase64. getDecoder()Returns aBase64.Decoderthat decodes using the Basic type base64 encoding scheme.static Base64.DecoderBase64. getMimeDecoder()Returns aBase64.Decoderthat decodes using the MIME type base64 decoding scheme.static Base64.DecoderBase64. getUrlDecoder()Returns aBase64.Decoderthat decodes using the URL and Filename safe type base64 encoding scheme.
-