| Interface | Description |
|---|---|
| RandomNumberGenerator |
A component that can generate random number/byte values as needed.
|
| Class | Description |
|---|---|
| SecureRandomNumberGenerator |
Default implementation of the
RandomNumberGenerator interface, backed by a
SecureRandom instance. |
| Exception | Description |
|---|---|
| CryptoException |
Base Shiro exception for problems encountered during cryptographic operations.
|
| UnknownAlgorithmException |
Exception thrown when attempting to lookup or use a cryptographic algorithm that does not exist in the current
JVM environment.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.