Uses of Interface
com.atlassian.security.password.PasswordHashGenerator
-
Uses of PasswordHashGenerator in com.atlassian.security.password
Classes in com.atlassian.security.password that implement PasswordHashGeneratorModifier and TypeClassDescriptionfinal classEncodes passwords using PKCS 5 version 2, as published by RSA and implemented in BouncyCastle.Methods in com.atlassian.security.password with parameters of type PasswordHashGeneratorModifier and TypeMethodDescriptionstatic PasswordEncoderDefaultPasswordEncoder.newInstance(String identifier, PasswordHashGenerator hashGenerator) Returns a new encoder with specified identifier and hash generator, usingRandomSaltGeneratoras the salt generator.Constructors in com.atlassian.security.password with parameters of type PasswordHashGeneratorModifierConstructorDescriptionDefaultPasswordEncoder(String identifier, PasswordHashGenerator hashGenerator, SaltGenerator saltGenerator) Constructs a new encoder with specified identifier, hash generator and salt generator.