Camel.Cert¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| fingerprint | str | r/w | |
| hostname | str | r/w | |
| issuer | str | r/w | |
| rawcert | GLib.Bytes | r/w | |
| refcount | int | r/w | |
| subject | str | r/w | |
| trust | Camel.CertTrust | r/w | 
Methods¶
| class | new() | 
| load_cert_file() | |
| ref() | |
| save_cert_file(der_data) | |
| unref() | 
Details¶
- 
class Camel.Cert¶
- 
classmethod new()¶
- Return type: - Camel.Cert
 - 
load_cert_file()¶
- Raises: - GLib.Error- Return type: - bool
 - 
ref()¶
- Return type: - Camel.Cert
 - 
save_cert_file(der_data)¶
- Parameters: - der_data ( - bytes) –- Raises: - GLib.Error- Return type: - bool
 - 
unref()¶
 
- 
classmethod