| Safe Haskell | None |
|---|
Data.Conduit.OpenPGP.Filter
Documentation
conduitPktFilter :: Monad m => FilterPredicates -> Conduit Pkt m PktSource
conduitTKFilter :: Monad m => FilterPredicates -> Conduit TK m TKSource
data FilterPredicates Source
Constructors
| UnifiedFilterPredicate (Expr UPredicate) | old-style filter predicate, hopefully to be deprecated |
| TransitionalTKFP (Exp (Reader TK) Bool) | a more flexible fp for transferable keys |
| TransitionalUFP (Exp (Reader Pkt) Bool) | a more flexible fp for context-less packets |
Constructors
| PKPVVersion | public key version |
| PKPVPKA | public key algorithm |
| PKPVKeysize | public key size (in bits) |
| PKPVTimestamp | public key creation time |
| PKPVEOKI | public key's eight-octet key ID |
| PKPVTOF | public key's twenty-octet fingerprint |
Constructors
| PKPInt Int | |
| PKPPKA PubKeyAlgorithm | |
| PKPEOKI (Either String EightOctetKeyId) | |
| PKPTOF TwentyOctetFingerprint |
Constructors
| SPVVersion | signature packet version |
| SPVSigType | signature packet tyep |
| SPVPKA | signature packet public key algorithm |
| SPVHA | signature packet hash algorithm |
Constructors
| SPInt Int | |
| SPSigType SigType | |
| SPPKA PubKeyAlgorithm | |
| SPHA HashAlgorithm |
data UPredicate Source