Class HashPasswordSpec
java.lang.Object
org.wildfly.security.password.spec.HashPasswordSpec
- All Implemented Interfaces:
KeySpec,PasswordSpec
A password specification for a password represented by a hash.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashPasswordSpec
public HashPasswordSpec(byte[] digest) Construct new instance.- Parameters:
digest- the password hash
-
-
Method Details