Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/parser/
DProxyAuthenticateParser.java46 public ProxyAuthenticateParser(String proxyAuthenticate) { in ProxyAuthenticateParser() argument
47 super(proxyAuthenticate); in ProxyAuthenticateParser()
65 ProxyAuthenticate proxyAuthenticate = new ProxyAuthenticate(); in parse() local
66 super.parse(proxyAuthenticate); in parse()
67 return proxyAuthenticate; in parse()