hOpenPGP-3.7.2: native Haskell implementation of OpenPGP (RFC9580)
Safe HaskellNone
LanguageHaskell2010

Data.Conduit.OpenPGP.Keyring.Instances

Documentation

Orphan instances

Semigroup TKWithWireRep Source # 
Instance details

Indexable KeyringIxs (TK 'MixedTK) Source # 
Instance details

Methods

indices :: IxList KeyringIxs (TK 'MixedTK)

Indexable KeyringIxs (TK 'PublicTK) Source #

Index public TKs by key ID, fingerprint, and UID

Instance details

Methods

indices :: IxList KeyringIxs (TK 'PublicTK)

Indexable KeyringIxs (TK 'SecretTK) Source #

Index secret TKs by key ID, fingerprint, and UID

Instance details

Methods

indices :: IxList KeyringIxs (TK 'SecretTK)