Package net.shibboleth.shared.codec
@NonnullElements
package net.shibboleth.shared.codec
A set of helper functions for encoding/decoding data to/from different formats.
-
ClassDescriptionHelper class for working with
Base32.Helper class for working withBase64.A general checkedExceptionthrown by the failure of a Codec.ACodecExceptionthat occurs during decoding.ACodecExceptionthat occurs during encoding.An HTML encoder derived from the OWASP ESAPI project.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.The output format determining how the the digested byte[] is converted to the output String.