Class SecureRandomIdentifierGenerationStrategy

java.lang.Object
net.shibboleth.shared.security.impl.RandomIdentifierGenerationStrategy
net.shibboleth.shared.security.impl.SecureRandomIdentifierGenerationStrategy
All Implemented Interfaces:
IdentifierGenerationStrategy

@ThreadSafe public class SecureRandomIdentifierGenerationStrategy extends RandomIdentifierGenerationStrategy
A specialized subclass of RandomIdentifierGenerationStrategy which constrains the supplied random number generator to be an instance of SecureRandom.