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

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

Completed in 61 milliseconds