This commit is contained in:
Jeroen Bobbeldijk
2017-07-11 20:25:15 +02:00
parent 7b19471330
commit 099b765c01
3 changed files with 111 additions and 1 deletions

View File

@@ -16,12 +16,19 @@ type CatalogData struct {
RootString string
}
type TSA struct {
URL string
Username string
Password string
}
type SignData struct {
ObjectId uint32
Signature SignDataSignature
Signer crypto.Signer
Certificate *x509.Certificate
CertificateChain []*x509.Certificate
TSA TSA
}
type VisualSignData struct {