Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
parsePubKey :: FileContent -> Either Errormsg (Comment, KeyID, PubKey) Source #
parseSignature :: FileContent -> Either Errormsg (Comment, KeyID, Signature) Source #
parseSecKey :: Passphrase -> FileContent -> Either Errormsg (Comment, KeyID, SecKey) Source #
printPubKey :: KeyID -> PubKey -> Comment -> FileContent Source #
printSignature :: KeyID -> Signature -> Comment -> FileContent Source #
printSecKey :: KeyID -> Passphrase -> Salt -> SecKey -> PubKey -> Comment -> FileContent Source #