OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authenticationheader
(Results
1 - 6
of
6
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
WWWAuthenticate.java
47
extends
AuthenticationHeader
63
* @see gov.nist.javax.sip.header.
AuthenticationHeader
#getURI()
73
* @see gov.nist.javax.sip.header.
AuthenticationHeader
#setURI(javax.sip.address.URI)
AuthenticationHeader.java
41
* The generic
AuthenticationHeader
50
public abstract class
AuthenticationHeader
extends ParametersHeader {
86
public
AuthenticationHeader
(String name) {
92
public
AuthenticationHeader
() {
200
+ "
AuthenticationHeader
, setRealm(), The realm parameter is null");
231
+ "
AuthenticationHeader
, setNonce(), The nonce parameter is null");
516
+ "
AuthenticationHeader
, setIk(), The auth-param IK parameter is null");
528
+ "
AuthenticationHeader
, setCk(), The auth-param CK parameter is null");
542
+ "
AuthenticationHeader
, setIntegrityProtected(), The integrity-protected parameter is null");
Authorization.java
46
extends gov.nist.javax.sip.header.
AuthenticationHeader
ProxyAuthenticate.java
45
extends
AuthenticationHeader
61
* @see gov.nist.javax.sip.header.
AuthenticationHeader
#getURI()
71
* @see gov.nist.javax.sip.header.
AuthenticationHeader
#setURI(javax.sip.address.URI)
ProxyAuthorization.java
45
extends
AuthenticationHeader
/external/nist-sip/java/gov/nist/javax/sip/parser/
ChallengeParser.java
65
protected void parseParameter(
AuthenticationHeader
header)
85
public void parse(
AuthenticationHeader
header) throws ParseException {
Completed in 2297 milliseconds