
public final class DigestPasswordSpec extends Object implements PasswordSpec
PasswordSpec for a password represented by a Digest Response as seen in Digest-MD5 SASL/HTTP mechanism.| Constructor and Description |
|---|
DigestPasswordSpec(String username,
String realm,
byte[] digest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
byte[] |
getDigest() |
String |
getRealm() |
String |
getUsername() |
int |
hashCode() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.