Uses of Class
cn.authing.internal.Base64.Decoder
-
Packages that use Base64.Decoder Package Description cn.authing.internal -
-
Uses of Base64.Decoder in cn.authing.internal
Methods in cn.authing.internal 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.
-