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

Data.X509.Memory

Description

 

Documentation

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

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