Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChromiumCookie ¶
type ChromiumCookie []Cookie
func (*ChromiumCookie) Extract ¶
func (c *ChromiumCookie) Extract(masterKey []byte) error
func (*ChromiumCookie) Len ¶
func (c *ChromiumCookie) Len() int
func (*ChromiumCookie) Name ¶
func (c *ChromiumCookie) Name() string
type FirefoxCookie ¶
type FirefoxCookie []Cookie
func (*FirefoxCookie) Extract ¶
func (f *FirefoxCookie) Extract(_ []byte) error
func (*FirefoxCookie) Len ¶
func (f *FirefoxCookie) Len() int
func (*FirefoxCookie) Name ¶
func (f *FirefoxCookie) Name() string
Click to show internal directories.
Click to hide internal directories.