final class ProxyDigestAuthenticator.DigestScheme
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ProxyDigestAuthenticator.Algorithm |
algorithm |
private int |
nc |
private java.lang.String |
nonce |
private java.lang.String |
opaque |
private ProxyDigestAuthenticator.QOP |
qop |
private java.lang.String |
realm |
private boolean |
stale |
Constructor and Description |
---|
DigestScheme(java.lang.String realm,
java.lang.String nonce,
java.lang.String opaque,
ProxyDigestAuthenticator.QOP qop,
ProxyDigestAuthenticator.Algorithm algorithm,
boolean stale) |
Modifier and Type | Method and Description |
---|---|
ProxyDigestAuthenticator.Algorithm |
getAlgorithm() |
int |
getNc() |
java.lang.String |
getNonce() |
java.lang.String |
getOpaque() |
ProxyDigestAuthenticator.QOP |
getQop() |
java.lang.String |
getRealm() |
int |
incrementCounter() |
boolean |
isStale() |
private final java.lang.String realm
private final java.lang.String nonce
private final java.lang.String opaque
private final ProxyDigestAuthenticator.Algorithm algorithm
private final ProxyDigestAuthenticator.QOP qop
private final boolean stale
private volatile int nc
DigestScheme(java.lang.String realm, java.lang.String nonce, java.lang.String opaque, ProxyDigestAuthenticator.QOP qop, ProxyDigestAuthenticator.Algorithm algorithm, boolean stale)
public int incrementCounter()
public java.lang.String getNonce()
public java.lang.String getRealm()
public java.lang.String getOpaque()
public ProxyDigestAuthenticator.Algorithm getAlgorithm()
public ProxyDigestAuthenticator.QOP getQop()
public boolean isStale()
public int getNc()