Property | Type | Description | |
---|---|---|---|
$_capability | array | This driver's display capabilities. | |
$_impsmime | IMP_Smime | IMP_Smime object. | |
$_metadata | array | Metadata for the current viewer/data. |
Method | Description | |
---|---|---|
_getEmbeddedMimeParts ( ) : mixed | If this MIME part can contain embedded MIME parts, and those embedded MIME parts exist, return an altered version of the Horde_Mime_Part that contains the embedded MIME part information. | |
_getPartStream ( $id ) | ||
_getSmimeType ( Horde_Mime_Part $part ) : string | Determines the S/MIME type of a part. Uses the smime-type content parameter (if it exists), and falls back to ASN.1 parsing of data if it doesn't exist. | |
_initSmime ( ) | Init the S/MIME Horde_Crypt object. | |
_outputSmimeKey ( ) : string | Generates HTML output for the S/MIME key. | |
_parseEnvelopedData ( ) : mixed | Parse enveloped (encrypted) data. | |
_parseSignedData ( boolean $sig_only = false ) : mixed | Parse signed data. | |
_renderInline ( ) : array | Return the rendered inline version of the Horde_Mime_Part object. |
protected _getEmbeddedMimeParts ( ) : mixed | ||
return | mixed | A Horde_Mime_Part with the embedded MIME part information or null if no embedded MIME parts exist. |
protected _getSmimeType ( Horde_Mime_Part $part ) : string | ||
$part | Horde_Mime_Part | MIME part with S/MIME data. |
return | string | 'signed-data', 'enveloped-data', or null. |
protected _outputSmimeKey ( ) : string | ||
return | string | The HTML output. |
protected _parseEnvelopedData ( ) : mixed | ||
return | mixed | See self::_getEmbeddedMimeParts(). |
protected _parseSignedData ( boolean $sig_only = false ) : mixed | ||
$sig_only | boolean | Only do signature checking? |
return | mixed | See self::_getEmbeddedMimeParts(). |
protected _renderInline ( ) : array | ||
return | array | See parent::render(). |
protected array $_capability | ||
return | array |
protected array $_metadata | ||
return | array |