Package net.shibboleth.utilities.java.support.codec
package net.shibboleth.utilities.java.support.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 checkedException
thrown by the failure of a Codec.ACodecException
that occurs during decoding.ACodecException
that occurs during encoding.An HTML encoder derived from the OWASP ESAPI project.A function which accepts a String input, digests it according to a specifiedMessageDigest
algorithm, 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.