Home GnuPG

Move enum KeyUsage to KeyCache

Description

Move enum KeyUsage to KeyCache

This enum is only used for a few methods of KeyCache. Moving it to
KeyCache avoid a name clash with a more general KeyUsage class.

Details