| Safe Haskell | None |
|---|
Codec.Encryption.OpenPGP.Types
Documentation
type Exportability = BoolSource
type TrustLevel = Word8Source
type TrustAmount = Word8Source
type Revocability = BoolSource
type RevocationReason = ByteStringSource
type KeyServer = ByteStringSource
type URL = ByteStringSource
type NotationName = ByteStringSource
type NotationValue = ByteStringSource
type SignatureHash = ByteStringSource
type PacketVersion = Word8Source
type Salt = ByteStringSource
type V3Expiration = Word16Source
type FileName = ByteStringSource
type ImageData = ByteStringSource
type NestedFlag = BoolSource
type IV = ByteStringSource
data SymmetricAlgorithm Source
data NotationFlag Source
Constructors
| HumanReadable | |
| OtherNF Int |
data SigSubPacket Source
Constructors
| SigSubPacket | |
Fields | |
data SigSubPacketPayload Source
Constructors
data HashAlgorithm Source
data PubKeyAlgorithm Source
class (Eq a, Ord a) => FutureFlag a whereSource
data RevocationClass Source
Constructors
| SensitiveRK | |
| RClOther Int |
data RevocationCode Source
data FeatureFlag Source
Constructors
| ModificationDetection | |
| FeatureOther Int |
data SignaturePayload Source
Constructors
| PKPayload | |
Fields
| |
data SKAddendum Source
Constructors
| SUS16bit SymmetricAlgorithm S2K IV ByteString | |
| SUSSHA1 SymmetricAlgorithm S2K IV ByteString | |
| SUSym SymmetricAlgorithm IV ByteString | |
| SUUnencrypted SKey Word16 |
Instances
Constructors
| BinaryData | |
| TextData | |
| UTF8Data | |
| OtherData Word8 |
data UserAttrSubPacket Source
Constructors
| ImageAttribute ImageHeader ImageData | |
| OtherUASub Word8 ByteString |
data ImageFormat Source
Constructors
| JPEG | |
| OtherImage Word8 |
Constructors
| RSAPrivateKey PrivateKey | |
| DSAPrivateKey PrivateKey | |
| ElGamalPrivateKey [Integer] |
newtype EightOctetKeyId Source
Constructors
| EightOctetKeyId | |
Fields
| |
newtype TwentyOctetFingerprint Source
Constructors
| TwentyOctetFingerprint | |
Fields
| |
Constructors
| TK | |
Fields
| |
Associated Types
data PacketType a :: *Source
Instances
Constructors
Constructors
| PKESK | |
Constructors
| Signature | |
Fields | |
Constructors
| SKESK | |
Fields | |
data OnePassSignature Source
Constructors
| OnePassSignature | |
Constructors
| SecretKey | |
Fields | |
Constructors
| PublicKey | |
Fields | |
data SecretSubkey Source
Constructors
| SecretSubkey | |
data CompressedData Source
Constructors
| CompressedData | |
data SymEncData Source
Constructors
| SymEncData | |
Fields | |
Constructors
| Marker | |
Fields | |
data LiteralData Source
Constructors
| LiteralData | |
Constructors
| Trust | |
Fields | |
Constructors
| UserId | |
Fields | |
data PublicSubkey Source
Constructors
| PublicSubkey | |
Fields | |
data UserAttribute Source
Constructors
| UserAttribute | |
Fields | |
data SymEncIntegrityProtectedData Source
Constructors
| SymEncIntegrityProtectedData | |
data ModificationDetectionCode Source
Constructors
| ModificationDetectionCode | |
data OtherPacket Source
Constructors
| OtherPacket | |
Fields | |
data Verification Source
Constructors
| Verification | |
tkUAts :: Lens' TK [([UserAttrSubPacket], [SignaturePayload])]Source
tkSubs :: Lens' TK [(Pkt, SignaturePayload, Maybe SignaturePayload)]Source