Package net.shibboleth.utilities.java.support.codec
A set of helper functions for encoding/decoding data to/from different formats.
-
Class Summary Class Description Base32Support Helper class for working withBase32.Base64Support Helper class for working withBase64.HTMLEncoder An HTML encoder derived from the OWASP ESAPI project.StringDigester A function which accepts a String input, digests it according to a specifiedMessageDigestalgorithm, and then returns the output in a specified format: Base32/64-encoded or hexadecimal with with lower or upper case characters. -
Enum Summary Enum Description StringDigester.OutputFormat The output format determining how the the digested byte[] is converted to the output String. -
Exception Summary Exception Description CodecException A general checkedExceptionthrown by the failure of a Codec.DecodingException ACodecExceptionthat occurs during decoding.EncodingException ACodecExceptionthat occurs during encoding.