| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Codec.Encryption.OpenPGP.ASCIIArmor
Documentation
decodeLazy :: IsString e => ByteString -> Either e [Armor] Source #
decodeWith :: IsString e => DecodeOptions -> ByteString -> Either e [Armor] Source #
decodeLazyWith :: IsString e => DecodeOptions -> ByteString -> Either e [Armor] Source #
encode :: [Armor] -> ByteString Source #
encodeLazy :: [Armor] -> ByteString Source #
encodeWith :: EncodeOptions -> [Armor] -> ByteString Source #
encodeLazyWith :: EncodeOptions -> [Armor] -> ByteString Source #
parseArmor :: Parser Armor Source #
multipartMerge :: [Armor] -> Armor Source #