Provides routines to set or retrieve the signature part of a signed message.
- author Zaahid Bateson
Methods |
public __construct(ZBateson |
public getSignedMessageAsString(ZBateson Returns a string containing the entire body (content) of a signed message Non-CRLF new lines are replaced to always be CRLF.
|
public getSignedMessageStream(ZBateson Returns a stream that can be used to read the content part of a signed The method simply returns the stream for the first child. No Note that unlike getSignedMessageAsString, getSignedMessageStream doesn't
|
public overwrite8bitContentEncoding(ZBateson Loops over parts of the message and sets the content-transfer-encoding Used for multipart/signed messages which doesn't support 8bit transfer |
public setMessageAsMultipartSigned(ZBateson The passed message is set as multipart/signed, and a new part is created
|
public setSignature(ZBateson Sets the signature of the message to $body, creating a signature part if
|
Properties |
Properties |
private $genericHelper = NULL
|
private $multipartHelper = NULL
|