NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.header.ims
Interface SecurityClientHeader

All Superinterfaces:
Cloneable, Header, Parameters, SecurityAgreeHeader, SecurityServerHeader, Serializable
All Known Implementing Classes:
SecurityClient

public interface SecurityClientHeader
extends SecurityServerHeader

Security-Client header - sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).

Author:
Miguel Freitas (IT) PT-Inovacao

Field Summary
static String NAME
          Name of SecurityClientHeader
 
Method Summary
 
Methods inherited from interface gov.nist.javax.sip.header.ims.SecurityAgreeHeader
getAlgorithm, getEncryptionAlgorithm, getMode, getPortClient, getPortServer, getPreference, getProtocol, getSecurityMechanism, getSPIClient, getSPIServer, setAlgorithm, setEncryptionAlgorithm, setMode, setPortClient, setPortServer, setPreference, setProtocol, setSecurityMechanism, setSPIClient, setSPIServer
 
Methods inherited from interface javax.sip.header.Parameters
getParameter, getParameterNames, removeParameter, setParameter
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Field Detail

NAME

static final String NAME
Name of SecurityClientHeader

See Also:
Constant Field Values

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.