Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertCombo ¶
type CertCombo struct { Cert *x509.Certificate Key *rsa.PrivateKey }
func (*CertCombo) ExtractCertData ¶
func (*CertCombo) ExtractKeyData ¶
func (*CertCombo) SetCertPEMData ¶
func (*CertCombo) SetKeyPEMData ¶
type SigningProfile ¶
type SigningProfile uint8
const ( None SigningProfile = iota Server Peer Client )
Click to show internal directories.
Click to hide internal directories.