# Packages

Package client provides utilities for handling client-side PGP keys.

# Functions

GenerateKey generates a new PGP key pair.
NewKey returns a new PGP key from the given pgpcrypto.Key.
WithAllowedClockSkew sets the allowed clock skew in the key expiration validation.
WithMaxAllowedLifetime customizes the max allowed key lifetime in the validation.
WithValidEmailAsName sets whether the validation should be performed on the name to be a valid email address.

# Constants

Key validation defaults.
Key validation defaults.
Key validation defaults.

# Structs

Key represents a PGP key.

# Type aliases

ValidationOption represents a functional validation option.