Camel.GpgContext
Class Details
- 
class Camel.GpgContext(**kwargs)
- 
- 
classmethod new(session)
- 
Creates a new gpg cipher context object. 
 
- 
get_always_trust()
- 
 
- 
get_prefer_inline()
- 
| Returns: | Whether prefer inline sign/encrypt ( True), or as multiparts (False) | 
|---|
 | Return type: | bool | 
|---|
 
 
 
- 
set_always_trust(always_trust)
- 
| Parameters: | always_trust ( bool) – always trust flag | 
|---|
 
 - Sets the always_trust flag on the gpg context which is used for
encryption. 
 
- 
set_prefer_inline(prefer_inline)
- 
| Parameters: | prefer_inline ( bool) – whether prefer inline sign/encrypt | 
|---|
 
 - Sets the prefer_inline flag on the gpg context. 
 
 
Property Details
- 
Camel.GpgContext.props.always_trust
- 
- 
Camel.GpgContext.props.prefer_inline
-