Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/
DSipStackExt.java6 import gov.nist.javax.sip.clientauthutils.SecureAccountManager;
81 public AuthenticationHelper getSecureAuthenticationHelper(SecureAccountManager accountManager, in getSecureAuthenticationHelper()
DSipStackImpl.java36 import gov.nist.javax.sip.clientauthutils.SecureAccountManager;
1386 SecureAccountManager accountManager, HeaderFactory headerFactory) { in getSecureAuthenticationHelper()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DSecureAccountManager.java5 public interface SecureAccountManager { interface
DAuthenticationHelperImpl.java109 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()