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

Safe HaskellNone
LanguageHaskell98

Data.X509.CertificateStore

Contents

Synopsis

Documentation

data CertificateStore Source

A Collection of certificate or store of certificates.

makeCertificateStore :: [SignedCertificate] -> CertificateStore Source

Create a certificate store out of a list of X509 certificate

Queries

findCertificate :: DistinguishedName -> CertificateStore -> Maybe SignedCertificate Source

Find a certificate using the subject distinguished name

listCertificates :: CertificateStore -> [SignedCertificate] Source

List all certificates in a store