OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setNonce
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java
16
void
setNonce
(String nonce) throws ParseException;
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java
323
authorization.
setNonce
(authHeader.getNonce());
389
authorization.
setNonce
(authHeader.getNonce());
/external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java
227
public void
setNonce
(String nonce) throws ParseException {
231
+ " AuthenticationHeader,
setNonce
(), The nonce parameter is null");
Completed in 37 milliseconds