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

Safe HaskellNone

Data.X509.CertificateStore

Contents

Synopsis

Documentation

data CertificateStore Source

A Collection of certificate or store of certificates.

makeCertificateStore :: [SignedCertificate] -> CertificateStoreSource

Create a certificate store out of a list of X509 certificate

Queries

findCertificate :: DistinguishedName -> CertificateStore -> Maybe SignedCertificateSource

Find a certificate using the subject distinguished name

listCertificates :: CertificateStore -> [SignedCertificate]Source

List all certificates in a store