| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Data.X509.Extended
Synopsis
Documentation
certDescription :: SignedCertificate -> CertDescription Source #
Extract structured certificate description information
data CertDescription Source #
Constructors
| CertDescription | |
Fields
| |
Instances
| Show CertDescription Source # | |
Defined in Data.X509.Extended Methods showsPrec :: Int -> CertDescription -> ShowS # show :: CertDescription -> String # showList :: [CertDescription] -> ShowS # | |
| Eq CertDescription Source # | |
Defined in Data.X509.Extended Methods (==) :: CertDescription -> CertDescription -> Bool # (/=) :: CertDescription -> CertDescription -> Bool # | |