public class SipSessionSecurity extends Object implements MobicentsSipSessionSecurity
| Constructor and Description |
|---|
SipSessionSecurity() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCachedAuthInfo(String realm,
MobicentsAuthInfoEntry authInfoEntry) |
ConcurrentHashMap<String,MobicentsAuthInfoEntry> |
getCachedAuthInfos() |
String |
getNextNonce() |
void |
removeCachedAuthInfo(String realm) |
void |
setNextNonce(String nextNonce) |
public void removeCachedAuthInfo(String realm)
public void addCachedAuthInfo(String realm, MobicentsAuthInfoEntry authInfoEntry)
addCachedAuthInfo in interface MobicentsSipSessionSecuritypublic ConcurrentHashMap<String,MobicentsAuthInfoEntry> getCachedAuthInfos()
getCachedAuthInfos in interface MobicentsSipSessionSecuritypublic void setNextNonce(String nextNonce)
setNextNonce in interface MobicentsSipSessionSecuritynextNonce - the nextNonce to setpublic String getNextNonce()
getNextNonce in interface MobicentsSipSessionSecurityCopyright © 2014. All Rights Reserved.