| Package | Description |
|---|---|
| org.apache.shiro.authc.credential |
Support for validating
credentials (such as passwords or X509 certificates) during authentication via the
CredentialsMatcher interface and its supporting implementations.
|
| org.apache.shiro.codec |
Components for encoding and decoding of data across multiple formats, especially useful in Shiro's cryptography and web functionality.
|
| org.apache.shiro.crypto.hash |
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
|
| Class and Description |
|---|
| CodecSupport
Base abstract class that provides useful encoding and decoding operations, especially for character data.
|
| Class and Description |
|---|
| CodecException
Root exception related to issues during encoding or decoding.
|
| Class and Description |
|---|
| CodecException
Root exception related to issues during encoding or decoding.
|
| CodecSupport
Base abstract class that provides useful encoding and decoding operations, especially for character data.
|