Searched refs:SecureAccountManager (Results 1 – 4 of 4) sorted by relevance
6 import gov.nist.javax.sip.clientauthutils.SecureAccountManager;81 public AuthenticationHelper getSecureAuthenticationHelper(SecureAccountManager accountManager, in getSecureAuthenticationHelper()
36 import gov.nist.javax.sip.clientauthutils.SecureAccountManager;1386 SecureAccountManager accountManager, HeaderFactory headerFactory) { in getSecureAuthenticationHelper()
5 public interface SecureAccountManager { interface
109 public AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager, in AuthenticationHelperImpl()231 if ( this.accountManager instanceof SecureAccountManager ) { in handleChallenge()233 … ((SecureAccountManager)this.accountManager).getCredentialHash(challengedTransaction,realm); in handleChallenge()