SECQPEncoder Class

class SECQPEncoder: public SECCTEBase

The SECQPEncoder class derives from the SECCTEBase class and implements the logic for the Quoted-Printable encoding scheme. SECQPEncoder, in addition to the API that it inherits from SECCTEBase, adds the following member functions specific to the quoted-printable scheme.

SECCTEBase::SetProtectFrom, SECCTEBase::GetProtectFrom, SECCTEBase::SetProtectDot, and SECCTEBase::GetProtectDot

See Also SECCTEBase and SECBase64Encoder

Defined in: XMLCTEb64qp.h

Class Members

SECQPEncoder(bool bStreaming=false)

Constructor.

virtual ~SECQPEncoder()

Destructor.

void SetProtectFrom(bool bSet)

Sets the 'protect-from' mode.

bool GetProtectFrom()

Returns the 'protect-from' mode.

void SetProtectDot(bool bSet)

Sets the 'protect-dot' mode.

bool GetProtectDot()

Returns the 'protect-dot' mode.