Versions in this module Expand all Collapse all v0 v0.25.1 Aug 13, 2019 v0.25.0 Jul 31, 2019 Changes in this version + type Certificate struct + AltNames []string + FingerPrint []byte + Issuer Issuer + NotAfter string + NotBefore string + PublicKey PublicKey + SignatureAlgorithm string + Subject Subject + type Issuer struct + CommonName string + Country string + LocalityName string + Names []RDN + OrganizationName string + StateOrProvinceName string + type PublicKey struct + Algorithm string + Key interface{} + type RDN struct + Type string + Value string + type Subject struct + CommonName string + Country string + LocalityName string + Names []RDN + OrganizationName string + OrganizationalUnitName []string + PostalCode string + StateOrProvinceName string + StreetAddress string + type X509 struct + func New() *X509 + func (X509) GetAltNames(ctx context.Context, encoded []byte) []string + func (X509) GetIssuer(ctx context.Context, encoded []byte) Issuer + func (X509) GetSubject(ctx context.Context, encoded []byte) Subject + func (X509) Parse(ctx context.Context, encoded []byte) Certificate