x509-store-1.6.7: X.509 collection accessing and storing methods
LicenseBSD-style
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Data.X509.Memory

Description

 

Documentation

readKeyFileFromMemory :: ByteString -> [PrivKey] Source #

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

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