Class DigestPasswordSpec
- java.lang.Object
-
- org.wildfly.security.password.spec.DigestPasswordSpec
-
- All Implemented Interfaces:
KeySpec,PasswordSpec
public final class DigestPasswordSpec extends Object implements PasswordSpec
APasswordSpecfor a password represented by a Digest Response as seen in Digest-MD5 SASL/HTTP mechanism.- Author:
- Peter Skopek, Darran Lofthouse
-
-
Constructor Summary
Constructors Constructor Description DigestPasswordSpec(String username, String realm, byte[] digest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)byte[]getDigest()StringgetRealm()StringgetUsername()inthashCode()
-