summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/amalgamation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/amalgamation.rs')
-rw-r--r--openpgp/src/cert/amalgamation.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/openpgp/src/cert/amalgamation.rs b/openpgp/src/cert/amalgamation.rs
index 06a7bd56..2e2248a7 100644
--- a/openpgp/src/cert/amalgamation.rs
+++ b/openpgp/src/cert/amalgamation.rs
@@ -40,6 +40,18 @@ pub use iter::{
KeyAmalgamationIter,
ValidKeyAmalgamationIter,
};
+mod key;
+pub use key::{
+ ErasedKeyAmalgamation,
+ KeyAmalgamation,
+ Primary,
+ PrimaryKeyAmalgamation,
+ SubordinateKeyAmalgamation,
+ ValidErasedKeyAmalgamation,
+ ValidKeyAmalgamation,
+ ValidPrimaryKeyAmalgamation,
+ ValidSubordinateKeyAmalgamation,
+};
/// Applies a policy to an amalgamation.
///