Uses of Class
org.apache.shiro.lang.codec.CodecException
Packages that use CodecException
Package
Description
Components for encoding and decoding of data across multiple formats, especially useful in Shiro's
cryptography and web functionality.
-
Uses of CodecException in org.apache.shiro.lang.codec
Methods in org.apache.shiro.lang.codec that throw CodecExceptionModifier and TypeMethodDescriptionstatic byte[]Converts the specified character array into a byte array using the specified character encoding.static byte[]Converts the specified source to a byte array via the specified encoding, throwing aCodecExceptionif the encoding fails.static char[]Converts the specified byte array to a character array using the specified character encoding.static StringConverts the specified byte array to a String using the specified character encoding.