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

Uses of PasswordHashGenerator in com.atlassian.security.password
 

Classes in com.atlassian.security.password that implement PasswordHashGenerator
 class PKCS5S2PasswordHashGenerator
          Encodes passwords using PKCS 5 version 2, as published by RSA and implemented in BouncyCastle.
 

Methods in com.atlassian.security.password with parameters of type PasswordHashGenerator
static PasswordEncoder DefaultPasswordEncoder.newInstance(String identifier, PasswordHashGenerator hashGenerator)
          Returns a new encoder with specified identifier and hash generator, usingRandomSaltGenerator as the salt generator.
 

Constructors in com.atlassian.security.password with parameters of type PasswordHashGenerator
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.