| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Codec.Encryption.OpenPGP.ASCIIArmor.Types
Documentation
Constructors
| Armor ArmorType [(String, String)] ByteString | |
| ClearSigned [(String, String)] ByteString Armor |
Constructors
| ArmorMessage | |
| ArmorPublicKeyBlock | |
| ArmorPrivateKeyBlock | |
| ArmorSplitMessage ByteString ByteString | |
| ArmorSplitMessageIndefinite ByteString | |
| ArmorSignature |
data ConformanceProfile Source #
Constructors
| Strict_4880_AA | |
| Strict_9580_AA | |
| Postel_AA |
Instances
| Show ConformanceProfile Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types | |
| Eq ConformanceProfile Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types Methods (==) :: ConformanceProfile -> ConformanceProfile -> Bool Source # (/=) :: ConformanceProfile -> ConformanceProfile -> Bool Source # | |
data DecodeOptions Source #
Constructors
| DecodeOptions | |
Instances
| Show DecodeOptions Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types | |
| Eq DecodeOptions Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types Methods (==) :: DecodeOptions -> DecodeOptions -> Bool Source # (/=) :: DecodeOptions -> DecodeOptions -> Bool Source # | |
data DecodeCRC24Validation Source #
Instances
| Show DecodeCRC24Validation Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types | |
| Eq DecodeCRC24Validation Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types Methods (==) :: DecodeCRC24Validation -> DecodeCRC24Validation -> Bool Source # (/=) :: DecodeCRC24Validation -> DecodeCRC24Validation -> Bool Source # | |
data DecodeCleartextHeaderPolicy Source #
Constructors
| DecodeCleartextHeaderPolicyAuto | |
| DecodeCleartextHeaderPolicyLegacy | |
| DecodeCleartextHeaderPolicyHashOnly |
Instances
data EncodeOptions Source #
Constructors
| EncodeOptions | |
Instances
| Show EncodeOptions Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types | |
| Eq EncodeOptions Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types Methods (==) :: EncodeOptions -> EncodeOptions -> Bool Source # (/=) :: EncodeOptions -> EncodeOptions -> Bool Source # | |
data EncodeCRC24Emission Source #
Instances
| Show EncodeCRC24Emission Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types | |
| Eq EncodeCRC24Emission Source # | |
Defined in Codec.Encryption.OpenPGP.ASCIIArmor.Types Methods (==) :: EncodeCRC24Emission -> EncodeCRC24Emission -> Bool Source # (/=) :: EncodeCRC24Emission -> EncodeCRC24Emission -> Bool Source # | |