Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.clientauthutils |
This package contains a set of utilities for client side Authentication Challenge handling.
|
android.gov.nist.javax.sip.header |
Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
an implementation of the JAIN-SIP header factory.
|
android.javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationHelper |
SipStackImpl.getAuthenticationHelper(AccountManager accountManager,
HeaderFactory headerFactory) |
AuthenticationHelper |
SipStackExt.getAuthenticationHelper(AccountManager accountManager,
HeaderFactory headerFactory)
Get the authentication helper.
|
AuthenticationHelper |
SipStackImpl.getSecureAuthenticationHelper(SecureAccountManager accountManager,
HeaderFactory headerFactory) |
AuthenticationHelper |
SipStackExt.getSecureAuthenticationHelper(SecureAccountManager accountManager,
HeaderFactory headerFactory)
Get the authentication helper.
|
Modifier and Type | Method and Description |
---|---|
void |
DigestServerAuthenticationHelper.generateChallenge(HeaderFactory headerFactory,
Response response,
String realm) |
Constructor and Description |
---|
AuthenticationHelperImpl(SIPTransactionStack sipStack,
AccountManager accountManager,
HeaderFactory headerFactory)
Default constructor for the security manager.
|
AuthenticationHelperImpl(SIPTransactionStack sipStack,
SecureAccountManager accountManager,
HeaderFactory headerFactory)
Default constructor for the security manager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HeaderFactoryExt
Header factory extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
HeaderFactoryImpl
Implementation of the JAIN SIP HeaderFactory
|
Modifier and Type | Method and Description |
---|---|
HeaderFactory |
SipFactory.createHeaderFactory()
Creates an instance of the HeaderFactory implementation.
|
Copyright © 2015. All Rights Reserved.