Class DigestPasswordAlgorithmSpec
java.lang.Object
org.wildfly.security.password.spec.DigestPasswordAlgorithmSpec
- All Implemented Interfaces:
Serializable,AlgorithmParameterSpec
public final class DigestPasswordAlgorithmSpec
extends Object
implements AlgorithmParameterSpec, Serializable
A
AlgorithmParameterSpec for a password represented by digesting it with a username and realm as defined by RFC2617 and
RFC2831.- Author:
- Darran Lofthouse
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDigestPasswordAlgorithmSpec(String username, String realm) Construct a new instance. -
Method Summary