Type Alias sequoia_openpgp::cert::bundle::PrimaryKeyBundle
source · pub type PrimaryKeyBundle<KeyPart> = KeyBundle<KeyPart, PrimaryRole>;
Expand description
A primary key and any associated signatures.
Aliased Type§
struct PrimaryKeyBundle<KeyPart> { /* private fields */ }