Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java63 public class AuthenticationHelperImpl implements AuthenticationHelper { class
92 public AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager accountManager, in AuthenticationHelperImpl() method in AuthenticationHelperImpl
109 public AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager, in AuthenticationHelperImpl() method in AuthenticationHelperImpl
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java35 import gov.nist.javax.sip.clientauthutils.AuthenticationHelperImpl;
1375 return new AuthenticationHelperImpl(this, accountManager, headerFactory); in getAuthenticationHelper()
1387 return new AuthenticationHelperImpl(this, accountManager, headerFactory); in getSecureAuthenticationHelper()