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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaltedPasswordAlgorithmSpec(byte[] salt)
Create a new instance.
-