Package M2Crypto :: Module AuthCookie :: Class AuthCookie
[frames] | no frames]

Class AuthCookie



Instance Methods
 
__init__(self, expiry, data, dough, mac)
 
expiry(self)
Return the cookie's expiry time.
 
data(self)
Return the data portion of the cookie.
 
mac(self)
Return the cookie's MAC.
 
output(self)
Return the cookie's output in "Set-Cookie" format.
 
value(self)
Return the cookie's output minus the "Set-Cookie: " portion.
 
isExpired(self)
Return 1 if the cookie has expired, 0 otherwise.
 
name(self)
 
headerValue(self)