| Package | Description |
|---|---|
| org.apache.shiro.crypto |
Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and
add additional convenient behavior.
|
| org.apache.shiro.crypto.hash |
Cryptographic Hashing components that greatly simplify one-way data hashing in an application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecureRandomNumberGenerator
Default implementation of the
RandomNumberGenerator interface, backed by a
SecureRandom instance. |
| Modifier and Type | Method and Description |
|---|---|
RandomNumberGenerator |
DefaultHashService.getRandomNumberGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHashService.setRandomNumberGenerator(RandomNumberGenerator rng) |
void |
ConfigurableHashService.setRandomNumberGenerator(RandomNumberGenerator rng)
Sets a source of randomness used to generate public salts that will in turn be used during hash computation.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.