Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificates ¶
type Certificates []*x509.Certificate
func (Certificates) AsCertPool ¶
func (c Certificates) AsCertPool() *x509.CertPool
func (Certificates) Contains ¶
func (c Certificates) Contains(cert *x509.Certificate) bool
func (Certificates) ContainsAll ¶
func (c Certificates) ContainsAll(certs Certificates) bool
func (Certificates) ToPem ¶
func (c Certificates) ToPem() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.