[−][src]Module sequoia_ffi::openpgp::policy
Policy objects.
This module allows the caller to specify low-level policy like what algorithms are allowed.
Wraps the policy object functions, see
sequoia-openpgp::policy
.
Structs
NullPolicy | A NullPolicy object. |
Policy | A policy object. |
StandardPolicy | A StandardPolicy object. |
Functions
pgp_null_policy | Returns a new null policy. |
pgp_null_policy_clone | Clones this object. |
pgp_null_policy_debug | Returns a human readable description of this object |
pgp_null_policy_free | Frees this object. |
pgp_policy_clone | Clones this object. |
pgp_policy_debug | Returns a human readable description of this object |
pgp_policy_free | Frees this object. |
pgp_standard_policy | Returns a new standard policy. |
pgp_standard_policy_clone | Clones this object. |
pgp_standard_policy_debug | Returns a human readable description of this object |
pgp_standard_policy_free | Frees this object. |