Camel.SMIMEContext¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | Camel.CipherContext (16), GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | new(session) | 
| describe_part(part) | |
| set_encrypt_key(use, key) | |
| set_sign_mode(type) | 
Virtual Methods¶
| Inherited: | Camel.CipherContext (6), GObject.Object (7) | 
|---|
Properties¶
| Inherited: | Camel.CipherContext (1) | 
|---|
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class Camel.SMIMEContext(**kwargs)¶
- Bases: - Camel.CipherContext- Abstract: - No - Structure: - Camel.SMIMEContextClass- 
classmethod new(session)¶
- Parameters: - session ( - Camel.Session) – session- Returns: - a new sm cipher context object. - Return type: - Camel.CipherContext- Creates a new sm cipher context object. 
 - 
set_sign_mode(type)¶
- Parameters: - type ( - Camel.SMIMESign) –
 
- 
classmethod