|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomNumberGenerator | |
---|---|
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. |
Uses of RandomNumberGenerator in org.apache.shiro.crypto |
---|
Classes in org.apache.shiro.crypto that implement RandomNumberGenerator | |
---|---|
class |
SecureRandomNumberGenerator
Default implementation of the RandomNumberGenerator interface, backed by a
SecureRandom instance. |
Uses of RandomNumberGenerator in org.apache.shiro.crypto.hash |
---|
Methods in org.apache.shiro.crypto.hash that return RandomNumberGenerator | |
---|---|
RandomNumberGenerator |
DefaultHashService.getRandomNumberGenerator()
|
Methods in org.apache.shiro.crypto.hash with parameters of type RandomNumberGenerator | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |