gov.nist.javax.sip.header.ims
Interface WWWAuthenticateHeaderIms
- All Superinterfaces:
- Cloneable, Header, Parameters, Serializable, WWWAuthenticateHeader
- All Known Implementing Classes:
- WWWAuthenticate
public interface WWWAuthenticateHeaderIms
- extends WWWAuthenticateHeader
Extension to WWW-authenticate header (3GPP TS 24229-5d0).
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
- Author:
- ALEXANDRE MIGUEL SILVA SANTOS - N?? 10045401
Methods inherited from interface javax.sip.header.WWWAuthenticateHeader |
getAlgorithm, getDomain, getNonce, getOpaque, getQop, getRealm, getScheme, getURI, isStale, setAlgorithm, setDomain, setNonce, setOpaque, setQop, setRealm, setScheme, setStale, setURI |
IK
static final String IK
- See Also:
- Constant Field Values
CK
static final String CK
- See Also:
- Constant Field Values
setIK
void setIK(String ik)
throws ParseException
- Throws:
ParseException
getIK
String getIK()
setCK
void setCK(String ck)
throws ParseException
- Throws:
ParseException
getCK
String getCK()
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.