OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
type charstring Qop_Value;
type record MsrpExpires {
HeaderName headerName (EXPIRES_E),
integer intValue
}
type record MsrpMinExpires {
HeaderName headerName (MIN_EXPIRES_E),
integer intValue
}
type record MaxExpires {
HeaderName headerName (MAX_EXPIRES_E),
integer intValue
}
type record UsePath {
HeaderName headerName (USE_PATH_E),
MsrpURIs msrpURIs
}
type record MsrpWWWAuthenticate {
HeaderName headerName (WWW_AUTHENTICATE_E),
Digest 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
}
type record AuthParam {
charstring pname,
charstring pvalue
}
type record MsrpAuthorization {
HeaderName headerName (AUTHORIZATION_E),
DigestResponse 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
}
type record MsrpAuthenticationInfo {
HeaderName headerName (AUTHENTICATION_INFO_E),
AInfo ainfo
}
type set AInfo {
charstring nextnonce optional,
Qop_Value message_qop optional,
charstring response_auth optional,
charstring cnonce optional,
charstring nonce_count optional
}
type set of Qop_Value Qop_ValueList
type set of AuthParam AuthParamList