OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CredentialsCache
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java
17
class
CredentialsCache
{
48
CredentialsCache
(Timer timer) {
AuthenticationHelperImpl.java
68
private
CredentialsCache
cachedCredentials;
98
this.cachedCredentials = new
CredentialsCache
(((SIPTransactionStack) sipStack).getTimer());
115
this.cachedCredentials = new
CredentialsCache
(((SIPTransactionStack) sipStack).getTimer());
Completed in 236 milliseconds