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
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
salt
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SaltedPasswordAlgorithmSpec(byte[] salt)
Create a new instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
salt
private final byte[] salt
-
-