Home
last modified time | relevance | path

Searched refs:wwwAuthenticate (Results 1 – 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
DWWWAuthenticateParser.java46 public WWWAuthenticateParser(String wwwAuthenticate) { in WWWAuthenticateParser() argument
47 super(wwwAuthenticate); in WWWAuthenticateParser()
68 WWWAuthenticate wwwAuthenticate = new WWWAuthenticate(); in parse() local
69 super.parse(wwwAuthenticate); in parse()
70 return wwwAuthenticate; in parse()