Searched defs:headerFactory (Results 1 - 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackExt.java59 * @param headerFactory -- header factory.
67 HeaderFactory headerFactory);
74 * @param headerFactory -- header factory.
82 HeaderFactory headerFactory);
66 getAuthenticationHelper(AccountManager accountManager, HeaderFactory headerFactory) argument
81 getSecureAuthenticationHelper(SecureAccountManager accountManager, HeaderFactory headerFactory) argument
H A DSipStackImpl.java1374 AccountManager accountManager, HeaderFactory headerFactory) {
1375 return new AuthenticationHelperImpl(this, accountManager, headerFactory);
1386 SecureAccountManager accountManager, HeaderFactory headerFactory) {
1387 return new AuthenticationHelperImpl(this, accountManager, headerFactory);
1373 getAuthenticationHelper( AccountManager accountManager, HeaderFactory headerFactory) argument
1385 getSecureAuthenticationHelper( SecureAccountManager accountManager, HeaderFactory headerFactory) argument
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelperImpl.java78 private HeaderFactory headerFactory; field in class:AuthenticationHelperImpl
90 * @param headerFactory -- header factory.
93 HeaderFactory headerFactory) {
95 this.headerFactory = headerFactory;
107 * @param headerFactory -- header factory.
110 HeaderFactory headerFactory) {
112 this.headerFactory = headerFactory;
315 authorization = headerFactory
92 AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager accountManager, HeaderFactory headerFactory) argument
109 AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager, HeaderFactory headerFactory) argument
[all...]

Completed in 69 milliseconds