Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToHex ¶
Types ¶
type X509Certificate ¶
type X509Certificate struct { Issuer string SerialNumber string Subject string SubjectKeyID string AuthorityKeyID string Certificate *x509.Certificate }
func DecodeX509Certificate ¶
func DecodeX509Certificate(pemCertificate string) (*X509Certificate, error)
func (X509Certificate) IsSelfSigned ¶
func (c X509Certificate) IsSelfSigned() bool
func (X509Certificate) Verify ¶
func (c X509Certificate) Verify(parent *X509Certificate) error
Click to show internal directories.
Click to hide internal directories.