Versions in this module Expand all Collapse all v0 v0.0.12 May 17, 2023 v0.0.11 Jul 12, 2022 v0.0.10 Jul 12, 2022 v0.0.9 Aug 31, 2021 v0.0.8 Apr 9, 2021 v0.0.7 Nov 11, 2020 v0.0.6 Oct 21, 2020 v0.0.5 Oct 13, 2020 v0.0.4 Oct 12, 2020 v0.0.3 Oct 5, 2020 v0.0.2 Sep 19, 2020 v0.0.1 Sep 19, 2020 Changes in this version + const CAOwner + const CIO + const CIOU + const CN + const CRLURLs + const CSN + const CertificateID + const CertificateIssuerCommonName + const CertificateIssuerOrganization + const CertificateIssuerOrganizationalUnit + const CertificateSerialNumber + const CertificateSubjectCommonName + const CertificateSubjectOrganization + const CertificateSubjectOrganizationUnit + const ExtendedKeyUsage + const FP + const IntermediateReportURL + const PEM + const PEMInfo + const PublicKeyAlgorithm + const RootCertificateName + const RootReportURL + const SHA1Fingerprint + const SHA256Fingerprint + const SignatureHashAlgorithm + const Subject + const TB + const TechnicallyConstrained + const TimeFMT + const TrustEmail + const TrustWeb + const URL + const ValidFromGMT + const ValidToGMT + func NewEntry(c *Certificate) *certdataDiffCCADB.Entry + func ParseToNormalizedForm(stream io.Reader) ([]*certdataDiffCCADB.Entry, error) + type Certificate struct + func NewCertificate(columnMap map[string]int, row []string, lineNum int) *Certificate + func Parse(stream io.Reader) ([]*Certificate, error) + func (c *Certificate) Get(attr string) (string, bool) + func (c *Certificate) GetOrPanic(attr string) string + func (c *Certificate) Keys() []string + func (c *Certificate) MarshalJSON() ([]byte, error) + func (c *Certificate) Set(key, value string) + func (c *Certificate) ValidFromGMT() (time.Time, error) + func (c *Certificate) ValidToGMT() (time.Time, error)