Overview

Packages

  • akismet
  • None
  • PHP
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • plugins
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Signatures
    • Signed
    • Transport
  • wa-apps
    • blog
      • actions
        • backend
        • blog
        • comment
        • cron
        • design
        • frontend
        • page
        • plugin
        • post
      • api
        • v1
      • cli
      • layout
      • model
      • plugin
        • aksimet
        • category
        • emailsubscription
        • favorite
        • gravatar
        • import
        • markdown
        • myposts
        • tag
        • troll
      • settings
    • checklists
      • backend
      • json
    • contacts
      • backend
    • developer
    • dummy
    • guestbook
    • guestbook2
    • photos
      • album
      • api
        • v1
      • backend
      • design
      • dialog
      • frontend
      • page
      • photo
      • plugin
        • comment
        • imageeffects
        • import
        • publicgallery
        • watermark
      • search
      • settings
      • stack
      • tag
      • upload
    • site
      • backend
      • blocks
      • config
      • design
      • domains
      • files
      • frontend
      • helper
      • layout
      • pages
      • routing
      • setting
    • stickies
      • api
        • v1
      • sheet
      • stiky
  • wa-plugin
    • payment
    • shipping
    • sms
  • wa-plugins
    • shipping
      • usps
  • wa-system
    • API
    • Auth
      • Adapters
    • Autoload
    • Cache
      • Adapter
    • Captcha
    • Config
    • Contact
    • controller
    • currency
    • database
    • datetime
    • design
    • event
    • exception
    • files
    • image
    • layout
    • locale
    • log
    • mail
    • page
      • action
      • model
    • payment
    • plugin
    • request
    • response
    • routing
    • shipping
    • sms
    • storage
    • user
    • util
    • validator
    • view
    • webasyst
      • api
      • backend
      • cli
      • config
      • layout
      • login
      • model
      • password
      • payment
      • profile
      • settings
      • shipment
    • widget
    • workflow
  • waPlugins
    • Payment
  • webasyst
    • wa-system
      • helper

Classes

  • Swift_Signers_DKIMSigner
  • Swift_Signers_DomainKeySigner
  • Swift_Signers_OpenDKIMSigner
  • Swift_Signers_SMimeSigner

Interfaces

  • Swift_Signer
  • Swift_Signers_BodySigner
  • Swift_Signers_HeaderSigner
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Interface Swift_Signers_HeaderSigner

Header Signer Interface used to apply Header-Based Signature to a message

Swift_Signers_HeaderSigner implements Swift_Signer, Swift_InputByteStream

Direct known implementers

Swift_Signers_DKIMSigner, Swift_Signers_DomainKeySigner

Indirect known implementers

Swift_Signers_OpenDKIMSigner
Package: Swift\Signatures
Author: Xavier De Cock <xdecock@gmail.com>
Located at wa-system/vendors/swift/classes/Swift/Signers/HeaderSigner.php
Methods summary
public Swift_Signers_HeaderSigner
# ignoreHeader( string $header_name )

Exclude an header from the signed headers

Exclude an header from the signed headers

Parameters

$header_name
string
$header_name

Returns

Swift_Signers_HeaderSigner
public Swift_Signers_HeaderSigner
# startBody( )

Prepare the Signer to get a new Body

Prepare the Signer to get a new Body

Returns

Swift_Signers_HeaderSigner
public Swift_Signers_HeaderSigner
# endBody( )

Give the signal that the body has finished streaming

Give the signal that the body has finished streaming

Returns

Swift_Signers_HeaderSigner
public Swift_Signers_HeaderSigner
# setHeaders( Swift_Mime_HeaderSet $headers )

Give the headers already given

Give the headers already given

Parameters

$headers
Swift_Mime_SimpleHeaderSet
$headers

Returns

Swift_Signers_HeaderSigner
public Swift_Signers_HeaderSigner
# addSignature( Swift_Mime_HeaderSet $headers )

Add the header(s) to the headerSet

Add the header(s) to the headerSet

Parameters

$headers
Swift_Mime_HeaderSet
$headers

Returns

Swift_Signers_HeaderSigner
public array
# getAlteredHeaders( )

Return the list of header a signer might tamper

Return the list of header a signer might tamper

Returns

array
Methods inherited from Swift_Signer
reset()
Methods inherited from Swift_InputByteStream
bind(), commit(), flushBuffers(), unbind(), write()
My fork of Webasyst Framework API documentation generated by ApiGen 2.8.0