| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Conduit.OpenPGP.Message
Documentation
data VerificationPolicy Source #
Constructors
| VerifyInformational | |
| VerifyStrict |
Instances
| Show VerificationPolicy Source # | |
Defined in Data.Conduit.OpenPGP.Message | |
| Eq VerificationPolicy Source # | |
Defined in Data.Conduit.OpenPGP.Message Methods (==) :: VerificationPolicy -> VerificationPolicy -> Bool Source # (/=) :: VerificationPolicy -> VerificationPolicy -> Bool Source # | |
data VerificationOptions Source #
Constructors
| VerificationOptions | |
Instances
| Show VerificationOptions Source # | |
Defined in Data.Conduit.OpenPGP.Message | |
| Eq VerificationOptions Source # | |
Defined in Data.Conduit.OpenPGP.Message Methods (==) :: VerificationOptions -> VerificationOptions -> Bool Source # (/=) :: VerificationOptions -> VerificationOptions -> Bool Source # | |
verifyMessagePackets :: VerificationOptions -> PublicKeyring -> [Pkt] -> [Either VerificationError Verification] Source #
verifyMessage :: VerificationOptions -> PublicKeyring -> ByteString -> [Either VerificationError Verification] Source #
data VerificationMode Source #
Constructors
| VerificationStreaming | |
| VerificationBatch |
Instances
| Show VerificationMode Source # | |
Defined in Data.Conduit.OpenPGP.Verify | |
| Eq VerificationMode Source # | |
Defined in Data.Conduit.OpenPGP.Verify Methods (==) :: VerificationMode -> VerificationMode -> Bool Source # (/=) :: VerificationMode -> VerificationMode -> Bool Source # | |