Documentation ¶
Overview ¶
Package pesign implements the PE (portable executable) signing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateSigner ¶ added in v1.6.0
type CertificateSigner interface { Signer() crypto.Signer Certificate() *x509.Certificate }
CertificateSigner is a provider of the certificate and the signer.
Click to show internal directories.
Click to hide internal directories.