| Class | Description |
|---|---|
| Base64 |
Follows implementation from Apache Commons Codec (org.apache.commons.codec.binary.Base64).
|
| Base64Context | |
| Base64ContextPooled | |
| Base64Slow |
Implements Base64 encoding and decoding as defined by RFC 2045: "Multi-purpose Internet
Mail Extensions (MIME) Part One: Format of Internet Message Bodies" page 23.
|
| Exception | Description |
|---|---|
| Base64DecodingException |
Exception that is thrown when an unexpected character is encountered
during Base64 decoding.
|
Copyright © 2017. All rights reserved.