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

Safe HaskellSafe-Infered

Codec.Encryption.OpenPGP.Types

Documentation

newtype MPI Source

Constructors

MPI 

Fields

unMPI :: Integer
 

Instances

data PKPayload Source

Constructors

PubV3 TimeStamp V3Expiration PubKeyAlgorithm PKey 
PubV4 TimeStamp PubKeyAlgorithm PKey 

class (Eq a, Ord a) => FutureFlag a whereSource

Methods

fromFFlag :: Integral b => a -> bSource

toFFlag :: Integral b => b -> aSource

Instances

FutureFlag FeatureFlag 
FutureFlag RevocationClass 
FutureFlag KeyFlag 
FutureFlag KSPFlag 
FutureFlag NotationFlag 

newtype Block a Source

Constructors

Block 

Fields

unBlock :: [a]
 

Instances

Eq a => Eq (Block a) 
Show a => Show (Block a) 
Serialize a => Serialize (Block a)