crypton-x509-store-1.6.9: X.509 collection accessing and storing methods
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.X509.File

Synopsis

Documentation

readSignedObject :: (ASN1Object a, Eq a, Show a) => FilePath -> IO [SignedExact a] #

return all the signed objects in a file.

(only one type at a time).

readKeyFile :: FilePath -> IO [PrivKey] #

return all the private keys that were successfully read from a file.

newtype PEMError #

Constructors

PEMError 

Fields

Instances

Instances details
Exception PEMError # 
Instance details

Defined in Data.X509.File

Methods

toException :: PEMError -> SomeException

fromException :: SomeException -> Maybe PEMError

displayException :: PEMError -> String

Show PEMError # 
Instance details

Defined in Data.X509.File

Methods

showsPrec :: Int -> PEMError -> ShowS #

show :: PEMError -> String #

showList :: [PEMError] -> ShowS #