Class DigestPasswordSpec
- java.lang.Object
-
- org.wildfly.security.password.spec.DigestPasswordSpec
-
- All Implemented Interfaces:
KeySpec
,PasswordSpec
public final class DigestPasswordSpec extends Object implements PasswordSpec
APasswordSpec
for 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 boolean
equals(Object other)
byte[]
getDigest()
String
getRealm()
String
getUsername()
int
hashCode()
-