GMimeDecryptResult

An object containing the results from decrypting an encrypted stream.

Members

Variables

cipher
GMimeCipherAlgo cipher;

The cipher algorithm used to encrypt the stream.

mdc
GMimeDigestAlgo mdc;

The MDC digest algorithm used, if any.

parentObject
GObject parentObject;

parent #GObject

recipients
GMimeCertificateList* recipients;

A #GMimeCertificateList

sessionKey
char* sessionKey;

The session key if requested or null otherwise.

signatures
GMimeSignatureList* signatures;

A #GMimeSignatureList if signed or null otherwise.