HomeSort by relevance Sort by last modified time
    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 253 milliseconds