x509-store-1.6.5: X.509 collection accessing and storing methods

LicenseBSD-style
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Data.X509.Memory

Description

 

Documentation

readSignedObjectFromMemory :: (ASN1Object a, Eq a, Show a) => ByteString -> [SignedExact a] Source #

pemToKey :: [Maybe PrivKey] -> PEM -> [Maybe PrivKey] Source #