OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecureAccountManager
(Results
1 - 4
of
4
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
SecureAccountManager.java
5
public interface
SecureAccountManager
{
AuthenticationHelperImpl.java
109
public AuthenticationHelperImpl(SipStackImpl sipStack,
SecureAccountManager
accountManager,
231
if ( this.accountManager instanceof
SecureAccountManager
) {
233
((
SecureAccountManager
)this.accountManager).getCredentialHash(challengedTransaction,realm);
/external/nist-sip/java/gov/nist/javax/sip/
SipStackExt.java
6
import gov.nist.javax.sip.clientauthutils.
SecureAccountManager
;
81
public AuthenticationHelper getSecureAuthenticationHelper(
SecureAccountManager
accountManager,
SipStackImpl.java
36
import gov.nist.javax.sip.clientauthutils.
SecureAccountManager
;
[
all
...]
Completed in 495 milliseconds