Class SaltedPasswordAlgorithmSpec
java.lang.Object
org.wildfly.security.password.spec.SaltedPasswordAlgorithmSpec
- All Implemented Interfaces:
Serializable,AlgorithmParameterSpec
public final class SaltedPasswordAlgorithmSpec
extends Object
implements AlgorithmParameterSpec, Serializable
Algorithm parameter specification for salted hashed password types.
- Author:
- Darran Lofthouse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SaltedPasswordAlgorithmSpec
public SaltedPasswordAlgorithmSpec(byte[] salt) Create a new instance.- Parameters:
salt- the salt bytes
-
-
Method Details