Package org.apache.shiro.crypto
-
Interface Summary Interface Description RandomNumberGenerator A component that can generate random number/byte values as needed. -
Class Summary Class Description SecureRandomNumberGenerator Default implementation of theRandomNumberGeneratorinterface, backed by aSecureRandominstance. -
Exception Summary 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.