Enum sequoia_openpgp::armor::Kind [−][src]
pub enum Kind {
Message,
PublicKey,
SecretKey,
Signature,
File,
}Expand description
Specifies the type of data (see RFC 4880, section 6.2).
Variants
A generic OpenPGP message. (Since its structure hasn’t been
validated, in this crate’s terminology, this is just a
PacketPile.)
A certificate.
A transferable secret key.
A detached signature.
A generic file. This is a GnuPG extension.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kind
impl UnwindSafe for Kind
Blanket Implementations
Mutably borrows from an owned value. Read more