OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setNonce
(Results
1 - 2
of
2
) 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/header/
AuthenticationHeader.java
227
public void
setNonce
(String nonce) throws ParseException {
231
+ " AuthenticationHeader,
setNonce
(), The nonce parameter is null");
Completed in 24 milliseconds