Package | Description |
---|---|
net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomIdentifierGenerationStrategy
Generates a random number of bytes via a
Random source and encodes them into a string using a
BinaryEncoder (Hex by default). |
class |
SecureRandomIdentifierGenerationStrategy
A specialized subclass of
RandomIdentifierGenerationStrategy which constrains the supplied
random number generator to be an instance of SecureRandom . |
class |
Type4UUIDIdentifierGenerationStrategy
Generates a type 4 UUID as an identifier.
|
Copyright © 1999–2016. All rights reserved.