[][src]Module age::keys

Key structs and serialization.

Structs

Identity

An identity that has been parsed from some input.

Enums

EncryptedKey

An encrypted secret key.

IdentityKey

An key that has been parsed from some input.

ParseRecipientKeyError

Error conditions when parsing a recipient key.

RecipientKey

A key that can be used to encrypt an age message to a recipient.

SecretKey

A secret key for decrypting an age message.

UnsupportedKey

A key that we know how to parse, but that we do not support.