hOpenPGP-1.6: native Haskell implementation of OpenPGP (RFC4880)

Safe HaskellNone

Data.Conduit.OpenPGP.Filter

Documentation

data Expr a Source

Constructors

EAny 
E a 
EAnd (Expr a) (Expr a) 
EOr (Expr a) (Expr a) 
ENot (Expr a) 

data PKPVar Source

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

data SPVar Source

Constructors

SPVVersion

signature packet version

SPVSigType

signature packet tyep

SPVPKA

signature packet public key algorithm

SPVHA

signature packet hash algorithm

data OVar Source

Constructors

OVTag

OpenPGP packet tag

data OValue Source

Constructors

OInt Int 

Instances

Eq OValue 
Ord OValue