public class DigestParameters extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VARIABLE_NAME |
Constructor and Description |
---|
DigestParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getCharset() |
String |
getNonce() |
String |
getOpaque() |
String |
getQop() |
void |
setAlgorithm(String algorithm) |
void |
setCharset(String charset) |
void |
setNonce(String nonce) |
void |
setOpaque(String opaque) |
void |
setQop(String qop) |
public static final String VARIABLE_NAME
public String getQop()
public void setQop(String qop)
qop
- the quality of protection to setpublic String getNonce()
public void setNonce(String nonce)
nonce
- the nonce to setpublic String getCharset()
public void setCharset(String charset)
charset
- the charset to setpublic String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm
- the algorithm to setpublic String getOpaque()
public void setOpaque(String opaque)
opaque
- the opaque to setCopyright (c) 1998-2021 Apache Software Foundation. All Rights Reserved.