Package com.atlassian.security.random

Interface Summary
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 Summary
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 © 2013 Atlassian. All rights reserved.