public interface WWWAuthenticateHeaderIms extends WWWAuthenticateHeader
Defines a new authentication parameter (auth-param) for the WWW-Authenticate header used in a 401 (Unauthorized) response to the REGISTER request. For more information, see RFC 2617 [21] subclause 3.2.1.
auth-param = 1#( integrity-key / cipher-key ) integrity-key = "ik" EQUAL ik-value cipher-key = "ck" EQUAL ck-value ik-value = LDQUOT *(HEXDIG) RDQUOT ck-value = LDQUOT *(HEXDIG) RDQUOT
Modifier and Type | Field and Description |
---|---|
static String |
CK |
static String |
IK |
NAME
Modifier and Type | Method and Description |
---|---|
String |
getCK() |
String |
getIK() |
void |
setCK(String ck) |
void |
setIK(String ik) |
getAlgorithm, getDomain, getNonce, getOpaque, getQop, getRealm, getScheme, getURI, isStale, setAlgorithm, setDomain, setNonce, setOpaque, setQop, setRealm, setScheme, setStale, setURI
getParameter, getParameterNames, removeParameter, setParameter
static final String IK
static final String CK
void setIK(String ik) throws ParseException
ParseException
String getIK()
void setCK(String ck) throws ParseException
ParseException
String getCK()
Copyright © 2016. All Rights Reserved.