Class | Description |
---|---|
Base64UrlEncodedRandomStringGenerator |
A generator for random strings that uses a newly generated random byte sequence
and returns it base64url encoded (without padding).
|
SecurityUtil |
This singleton supports utility methods around various security aspects.
|
SignatureAlgorithm |
Each instance of this class represents a signature algorithm.
|
Enum | Description |
---|---|
KeystoreType |
Exception | Description |
---|---|
SecurityRuntimeException |
A generic runtime exception for security problems.
|