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

Safe HaskellNone
LanguageHaskell98

Data.X509.CertificateStore

Contents

Synopsis

Documentation

data CertificateStore

A Collection of certificate or store of certificates.

makeCertificateStore :: [SignedCertificate] -> CertificateStore

Create a certificate store out of a list of X509 certificate

Queries

findCertificate :: DistinguishedName -> CertificateStore -> Maybe SignedCertificate

Find a certificate using the subject distinguished name

listCertificates :: CertificateStore -> [SignedCertificate]

List all certificates in a store