Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/
DSipStackExt.java5 import gov.nist.javax.sip.clientauthutils.AuthenticationHelper;
66 public AuthenticationHelper getAuthenticationHelper(AccountManager accountManager, in getAuthenticationHelper()
81 public AuthenticationHelper getSecureAuthenticationHelper(SecureAccountManager accountManager, in getSecureAuthenticationHelper()
DSipStackImpl.java34 import gov.nist.javax.sip.clientauthutils.AuthenticationHelper;
1373 public AuthenticationHelper getAuthenticationHelper( in getAuthenticationHelper()
1385 public AuthenticationHelper getSecureAuthenticationHelper( in getSecureAuthenticationHelper()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelper.java26 public interface AuthenticationHelper { interface
DAuthenticationHelperImpl.java63 public class AuthenticationHelperImpl implements AuthenticationHelper {