Documentation
¶
Index ¶
- Variables
- func LoadCertificateChain(chainPath string, cert *x509.Certificate) [][]*x509.Certificate
- func LoadCertificatesAndKey(certPath, keyPath, chainPath string) (*x509.Certificate, crypto.Signer, [][]*x509.Certificate)
- func ParseCertType(s string) (sign.CertType, error)
- func SignCommand()
- func TimeStampPDF(input, output, tsa string)
- func Usage()
- func VerifyCommand()
- func VerifyPDF(input string, ...)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InfoName, InfoLocation, InfoReason, InfoContact, TSA string
CertType string
)
View Source
var SignPDF = signPDFImpl
SignPDFFuncType defines the function signature for SignPDF
Functions ¶
func LoadCertificateChain ¶
func LoadCertificateChain(chainPath string, cert *x509.Certificate) [][]*x509.Certificate
func LoadCertificatesAndKey ¶
func LoadCertificatesAndKey(certPath, keyPath, chainPath string) (*x509.Certificate, crypto.Signer, [][]*x509.Certificate)
func SignCommand ¶
func SignCommand()
func TimeStampPDF ¶
func TimeStampPDF(input, output, tsa string)
func VerifyCommand ¶
func VerifyCommand()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.