OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Group msrpHeaders.RFC4976HeaderTypes

Declared in module LibMsrp_TypesAndValues


Data Types Summary
Qop_Value
MsrpExpires
MsrpMinExpires
MaxExpires
UsePath
MsrpWWWAuthenticate
Digest
AuthParam
MsrpAuthorization
DigestResponse
MsrpAuthenticationInfo
AInfo
Qop_ValueList
AuthParamList

Details

Qop_Value
type charstring Qop_Value;

Declared in group msrpHeaders.RFC4976HeaderTypes

MsrpExpires
type record MsrpExpires {
HeaderName headerName (EXPIRES_E),
integer intValue
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

MsrpMinExpires
type record MsrpMinExpires {
HeaderName headerName (MIN_EXPIRES_E), 
integer intValue 
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

MaxExpires
type record MaxExpires {
HeaderName headerName (MAX_EXPIRES_E),
integer intValue
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

UsePath
type record UsePath {
HeaderName headerName (USE_PATH_E),
MsrpURIs msrpURIs
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

MsrpWWWAuthenticate
type record MsrpWWWAuthenticate {
HeaderName headerName (WWW_AUTHENTICATE_E),
Digest digest
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

Digest
type record Digest {    
charstring realm optional,     
charstring nonce optional,    
charstring opaque optional,    
charstring stale optional,    
charstring algorithm optional, 
Qop_ValueList qopOptions optional,    
AuthParamList authParams optional    
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

AuthParam
type record AuthParam {
charstring pname,    
charstring pvalue    
}

Declared in group msrpHeaders.RFC4976HeaderTypes

MsrpAuthorization
type record MsrpAuthorization {
HeaderName headerName (AUTHORIZATION_E),
DigestResponse digestResponse
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

DigestResponse
type record DigestResponse {    
charstring username optional, 
charstring realm optional, 
charstring nonce optional, 
charstring response optional, 
charstring algorithm optional, 
charstring cnonce optional, 
charstring opaque optional, 
Qop_Value message_qop optional, 
charstring nonce_count optional, 
AuthParamList authParams optional
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

MsrpAuthenticationInfo
type record MsrpAuthenticationInfo {
HeaderName headerName (AUTHENTICATION_INFO_E),
AInfo ainfo
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

AInfo
type set AInfo {    
charstring nextnonce optional,
Qop_Value message_qop optional,  
charstring response_auth optional,
charstring cnonce optional,
charstring nonce_count optional    
}

Declared in group msrpHeaders.RFC4976HeaderTypes

See also: RFC 4976 - Clause 7. Formal Syntax

Qop_ValueList
type set of Qop_Value Qop_ValueList

Declared in group msrpHeaders.RFC4976HeaderTypes

AuthParamList
type set of AuthParam AuthParamList

Declared in group msrpHeaders.RFC4976HeaderTypes