
public final class DigestPasswordAlgorithmSpec extends Object implements AlgorithmParameterSpec, Serializable
AlgorithmParameterSpec for a password represented by digesting it with a username and realm as defined by RFC2617 and
RFC2831.| Constructor and Description |
|---|
DigestPasswordAlgorithmSpec(String username,
String realm)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getRealm() |
String |
getUsername() |
int |
hashCode() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.