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

Data.Conduit.OpenPGP.Keyring.Instances

Orphan instances

Semigroup TKWithWireRep Source # 
Instance details

Indexable KeyringIxs TKUnknown Source # 
Instance details

Methods

indices :: IxList KeyringIxs TKUnknown

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)