JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
net.shibboleth.shared.security.impl.RandomIdentifierGenerationStrategy
Packages that use
RandomIdentifierGenerationStrategy
Package
Description
net.shibboleth.shared.security.impl
Implementations of security interfaces.
Uses of
RandomIdentifierGenerationStrategy
in
net.shibboleth.shared.security.impl
Subclasses of
RandomIdentifierGenerationStrategy
in
net.shibboleth.shared.security.impl
Modifier and Type
Class
Description
class
SecureRandomIdentifierGenerationStrategy
A specialized subclass of
RandomIdentifierGenerationStrategy
which constrains the supplied random number generator to be an instance of
SecureRandom
.