Uses of Class
net.shibboleth.shared.codec.EncodingException
Packages that use EncodingException
Package
Description
A set of helper functions for encoding/decoding data to/from different formats.
Legacy API stub for compatibility.
-
Uses of EncodingException in net.shibboleth.utilities.java.support.codec
Methods in net.shibboleth.utilities.java.support.codec that throw EncodingExceptionModifier and TypeMethodDescriptionstatic StringBase32Support.encode(byte[] data, boolean chunked) Deprecated, for removal: This API element is subject to removal in a future version.Base32 encodes the given binary data.static StringBase64Support.encode(byte[] data, boolean chunked) Deprecated, for removal: This API element is subject to removal in a future version.Base64 encodes the given binary data.static StringBase64Support.encodeURLSafe(byte[] data) Deprecated, for removal: This API element is subject to removal in a future version.Base64URL encodes the given binary data.