Uses of Interface
com.atlassian.security.password.SaltGenerator

Uses of SaltGenerator in com.atlassian.security.password
 

Classes in com.atlassian.security.password that implement SaltGenerator
 class RandomSaltGenerator
          Generates a salt using a static instance of Random.
 

Constructors in com.atlassian.security.password with parameters of type SaltGenerator
DefaultPasswordEncoder(String identifier, PasswordHashGenerator hashGenerator, SaltGenerator saltGenerator)
          Constructs a new encoder with specified identifier, hash generator and salt generator.
 



Copyright © 2014 Atlassian. All rights reserved.