Class DigestParameters
-
- All Implemented Interfaces:
public class DigestParametersAllows digest customization as per: https://en.wikipedia.org/wiki/Digest_access_authentication
- Since:
5.0
-
-
Constructor Summary
Constructors Constructor Description DigestParameters()
-
Method Summary
Modifier and Type Method Description StringgetQop()voidsetQop(String qop)StringgetNonce()voidsetNonce(String nonce)StringgetCharset()voidsetCharset(String charset)StringgetAlgorithm()voidsetAlgorithm(String algorithm)StringgetOpaque()voidsetOpaque(String opaque)-
-
Method Detail
-
getCharset
String getCharset()
- Returns:
the charset
-
setCharset
void setCharset(String charset)
- Parameters:
charset- the charset to set
-
getAlgorithm
String getAlgorithm()
- Returns:
the algorithm (MD5 usually)
-
setAlgorithm
void setAlgorithm(String algorithm)
- Parameters:
algorithm- the algorithm to set
-
-
-
-