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

Safe HaskellSafe
LanguageHaskell2010

Codec.Encryption.OpenPGP.Types

Documentation

data MPI Source

Constructors

MPI ByteString 

Instances

data PKPayload Source

Constructors

PubV3 TimeStamp V3Expiration PubKeyAlgorithm [MPI] 
PubV4 TimeStamp PubKeyAlgorithm [MPI] 

data Armor a Source

Constructors

Armor (ArmorType a) [ArmorHeader] [Packet] 

Instances

Eq a => Eq (Armor a) Source 
Show a => Show (Armor a) Source 

class (Eq a, Ord a) => FutureFlag a where Source

Methods

fromFFlag :: Integral b => a -> b Source

toFFlag :: Integral b => b -> a Source