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 |
ConfigurableHashService.setRandomNumberGenerator(RandomNumberGenerator rng)
Sets a source of randomness used to generate public salts that will in turn be used during hash computation.
|
void |
DefaultHashService.setRandomNumberGenerator(RandomNumberGenerator rng) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.