Safe Haskell | None |
---|---|
Language | Haskell98 |
- readSignedObject :: (ASN1Object a, Eq a, Show a) => FilePath -> IO [SignedExact a]
- readKeyFile :: FilePath -> IO [PrivKey]
Documentation
readSignedObject :: (ASN1Object a, Eq a, Show a) => FilePath -> IO [SignedExact a] Source
return all the signed objects in a file.
(only one type at a time).
readKeyFile :: FilePath -> IO [PrivKey] Source
return all the public key that were successfully read from a file.