Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2022 Changes in this version + type AlgorithmIdentifier struct + Algorithm asn1.ObjectIdentifier + Parameters asn1.RawValue + type AttributeTypeAndValue struct + Type asn1.ObjectIdentifier + Value interface{} + type AttributeTypeAndValueSET struct + Type asn1.ObjectIdentifier + Value [][]AttributeTypeAndValue + type CertificateList struct + SignatureAlgorithm AlgorithmIdentifier + SignatureValue asn1.BitString + TBSCertList TBSCertificateList + func (certList *CertificateList) HasExpired(now time.Time) bool + type Extension struct + Critical bool + Id asn1.ObjectIdentifier + Value []byte + type Name struct + CommonName string + Country []string + ExtraNames []AttributeTypeAndValue + Locality []string + Names []AttributeTypeAndValue + Organization []string + OrganizationalUnit []string + PostalCode []string + Province []string + SerialNumber string + StreetAddress []string + func (n *Name) FillFromRDNSequence(rdns *RDNSequence) + func (n Name) ToRDNSequence() (ret RDNSequence) + type RDNSequence []RelativeDistinguishedNameSET + type RelativeDistinguishedNameSET []AttributeTypeAndValue + type RevokedCertificate struct + Extensions []Extension + RevocationTime time.Time + SerialNumber *big.Int + type TBSCertificateList struct + Extensions []Extension + Issuer RDNSequence + NextUpdate time.Time + Raw asn1.RawContent + RevokedCertificates []RevokedCertificate + Signature AlgorithmIdentifier + ThisUpdate time.Time + Version int