Class SipHeaders::AuthenticationInfo
In: sipper/sip_headers/header.rb
Parent: Header

AuthenticationInfo = "Authentication-Info" ":" auth-info auth-info = 1#(nextnonce | [ message-qop ] | [ response-auth ] | [ cnonce ] | [nonce-count] ) nextnonce = "nextnonce" "=" nonce-value response-auth = "rspauth" "=" response-digest response-digest = <"> *LHEX <"> example Authentication-Info: nextnonce="47364c23432d2e131a5fb210812c"

Methods

assign   dup   header_value   new  

Attributes

cnonce  [RW] 
nc  [RW] 
nextnonce  [RW] 
qop  [RW] 
rspauth  [RW] 

Public Class methods

Public Instance methods

[Validate]