See: Description
Class | Description |
---|---|
Base64Support |
Helper class for working with
Base64 . |
HTMLEncoder |
An HTML encoder derived from the OWASP ESAPI project.
|
StringDigester |
A function impl which accepts a String input, digests it according to a specified
MessageDigest algorithm,
and then returns the output in a specified format: Base64-encoded or hexadecimal with with lower or upper
case characters. |
Enum | Description |
---|---|
StringDigester.OutputFormat |
The output format determining how the the digested byte[] is converted to the output String.
|
Copyright © 1999–2019. All rights reserved.