| Package | Description |
|---|---|
| org.apache.shiro.crypto.hash |
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableHashService
A
HashService that allows configuration of its strategy via JavaBeans-compatible setter methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHashService
Default implementation of the
HashService interface, supporting a customizable hash algorithm name,
secure-random salt generation, multiple hash iterations and an optional internal
privateSalt. |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.