Skip navigation links
B D E G J W 

G

getDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the Basic type base64 encoding scheme.
getEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the Basic type base64 encoding scheme.
getMimeDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the MIME type base64 decoding scheme.
getMimeEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme.
getMimeEncoder(int, byte[]) - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme with specified line length and line separators.
getUrlDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the URL and Filename safe type base64 encoding scheme.
getUrlEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the URL and Filename safe type base64 encoding scheme.
B D E G J W 
Skip navigation links