Uses of Class
net.shibboleth.utilities.java.support.codec.EncodingException
-
Packages that use EncodingException Package Description net.shibboleth.utilities.java.support.codec A set of helper functions for encoding/decoding data to/from different formats. -
-
Uses of EncodingException in net.shibboleth.utilities.java.support.codec
Methods in net.shibboleth.utilities.java.support.codec that throw EncodingException Modifier and Type Method Description static StringBase32Support. encode(byte[] data, boolean chunked)Base32 encodes the given binary data.static StringBase64Support. encode(byte[] data, boolean chunked)Base64 encodes the given binary data.static StringBase64Support. encodeURLSafe(byte[] data)Base64URL encodes the given binary data.
-