PHP Class Swift_Signers_OpenDKIMSigner, Halite

Author: Xavier De Cock ([email protected])
Inheritance: extends Swift_Signers_DKIMSigner
Afficher le fichier Open project: HaliteChallenge/Halite Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $privateKey, $domainName, $selector )
addSignature ( Swift_Mime_HeaderSet $headers )
endBody ( )
newInstance ( $privateKey, $domainName, $selector )
reset ( )
setDebugHeaders ( boolean $debug ) : Swift_Signers_DKIMSigner Enable / disable the DebugHeaders.
setHeaders ( Swift_Mime_HeaderSet $headers )
setSignatureExpiration ( integer $time ) : Swift_Signers_DKIMSigner Set the signature expiration timestamp.
setSignatureTimestamp ( integer $time ) : Swift_Signers_DKIMSigner Set the signature timestamp.
startBody ( )

Méthodes protégées

Méthode Description
_canonicalizeBody ( $string ) Protected

Method Details

__construct() public méthode

public __construct ( $privateKey, $domainName, $selector )

_canonicalizeBody() protected méthode

Protected
protected _canonicalizeBody ( $string )

addSignature() public méthode

public addSignature ( Swift_Mime_HeaderSet $headers )
$headers Swift_Mime_HeaderSet

endBody() public méthode

public endBody ( )

newInstance() public static méthode

public static newInstance ( $privateKey, $domainName, $selector )

reset() public méthode

public reset ( )

setDebugHeaders() public méthode

Enable / disable the DebugHeaders.
public setDebugHeaders ( boolean $debug ) : Swift_Signers_DKIMSigner
$debug boolean
Résultat Swift_Signers_DKIMSigner

setHeaders() public méthode

public setHeaders ( Swift_Mime_HeaderSet $headers )
$headers Swift_Mime_HeaderSet

setSignatureExpiration() public méthode

Set the signature expiration timestamp.
public setSignatureExpiration ( integer $time ) : Swift_Signers_DKIMSigner
$time integer
Résultat Swift_Signers_DKIMSigner

setSignatureTimestamp() public méthode

Set the signature timestamp.
public setSignatureTimestamp ( integer $time ) : Swift_Signers_DKIMSigner
$time integer
Résultat Swift_Signers_DKIMSigner

startBody() public méthode

public startBody ( )