OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthenticationInfoHeader
(Results
1 - 8
of
8
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfoList.java
53
super( AuthenticationInfo.class,
AuthenticationInfoHeader
.NAME);
AuthenticationInfo.java
40
implements javax.sip.header.
AuthenticationInfoHeader
{
77
* Returns the AuthenticationInfo value of this
AuthenticationInfoHeader
.
90
/** Returns the CNonce value of this
AuthenticationInfoHeader
.
100
/** Returns the nextNonce value of this
AuthenticationInfoHeader
.
110
/** Returns the Nonce Count value of this
AuthenticationInfoHeader
.
120
/** Returns the messageQop value of this
AuthenticationInfoHeader
.
130
/** Returns the Response value of this
AuthenticationInfoHeader
.
139
/** Sets the CNonce of the
AuthenticationInfoHeader
to the <var>cNonce</var>
142
* @param cNonce - the new cNonce String of this
AuthenticationInfoHeader
.
151
/** Sets the NextNonce of the
AuthenticationInfoHeader
to the <var>nextNonce</var
[
all
...]
SIPHeaderNames.java
98
AuthenticationInfoHeader
.NAME;
HeaderFactoryImpl.java
187
* Creates a new
AuthenticationInfoHeader
based on the newly supplied
193
* @return the newly created
AuthenticationInfoHeader
object.
196
public
AuthenticationInfoHeader
createAuthenticationInfoHeader(String response)
[
all
...]
/external/nist-sip/java/javax/sip/header/
AuthenticationInfoHeader.java
5
public interface
AuthenticationInfoHeader
extends Header, Parameters {
HeaderFactory.java
29
AuthenticationInfoHeader
createAuthenticationInfoHeader(String response)
/external/nist-sip/java/gov/nist/javax/sip/parser/
ParserFactory.java
217
AuthenticationInfoHeader
.NAME.toLowerCase(),
Lexer.java
118
addKeyword(
AuthenticationInfoHeader
.NAME.toUpperCase(),
Completed in 2190 milliseconds