gov.nist.javax.sip.header.ims
Interface AuthorizationHeaderIms
- All Superinterfaces:
- AuthorizationHeader, Cloneable, Header, Parameters, Serializable
- All Known Implementing Classes:
- Authorization
public interface AuthorizationHeaderIms
- extends AuthorizationHeader
Extension to Authorization header (3GPP TS 24299-5d0)
This extension defines a new auth-param for the Authorization header used
in REGISTER requests.
For more information, see RFC 2617 [21] subclause 3.2.2.
- Author:
- ALEXANDRE MIGUEL SILVA SANTOS
Methods inherited from interface javax.sip.header.AuthorizationHeader |
getAlgorithm, getCNonce, getNonce, getNonceCount, getOpaque, getQop, getRealm, getResponse, getScheme, getURI, getUsername, setAlgorithm, setCNonce, setNonce, setNonceCount, setOpaque, setQop, setRealm, setResponse, setScheme, setURI, setUsername |
YES
static final String YES
- See Also:
- Constant Field Values
NO
static final String NO
- See Also:
- Constant Field Values
setIntegrityProtected
void setIntegrityProtected(String integrityProtected)
throws InvalidArgumentException,
ParseException
- Parameters:
integrityProtected
-
- Throws:
ParseException
InvalidArgumentException
getIntegrityProtected
String getIntegrityProtected()
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.