| Interface | Description |
|---|---|
| SecureRandomService |
A generator for random data which is cryptographically secure, based
on the same interface as
SecureRandom. |
| SecureTokenGenerator |
Generator for randomly generated
Strings which can be used for cryptographically
secure tokens. |
| Class | Description |
|---|---|
| DefaultSecureRandomService |
Implementation of the
SecureRandomService which delegates to a single, shared instance
of SecureRandom. |
| DefaultSecureTokenGenerator |
Implementation of
SecureTokenGenerator which uses the DefaultSecureRandomService
for random byte generation. |
| SecureRandomFactory |
A factory which returns properly initialised instances of
SecureRandom. |
Copyright © 2017 Atlassian. All rights reserved.