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

Data.Conduit.OpenPGP.Keyring.Instances

Orphan instances

Semigroup TKUnknown Source # 
Instance details

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)

Semigroup (TK k) Source # 
Instance details

Methods

(<>) :: TK k -> TK k -> TK k Source #

sconcat :: NonEmpty (TK k) -> TK k Source #

stimes :: Integral b => b -> TK k -> TK k Source #