certificate-1.3.9: Certificates and Key Reader/Writer

Safe HaskellNone
LanguageHaskell98

Data.CertificateStore

Contents

Synopsis

Documentation

data CertificateStore

A Collection of certificate or store of certificates.

makeCertificateStore :: [X509] -> CertificateStore

Create a certificate store out of a list of X509 certificate

Queries

findCertificate :: DistinguishedName -> CertificateStore -> Maybe X509

Find a certificate using the subject distinguished name

listCertificates :: CertificateStore -> [X509]

List all certificates in a store