summaryrefslogtreecommitdiff
path: root/H005.go
diff options
context:
space:
mode:
Diffstat (limited to 'H005.go')
-rw-r--r--H005.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/H005.go b/H005.go
index 6f1b3e3..83f48d7 100644
--- a/H005.go
+++ b/H005.go
@@ -65,13 +65,13 @@ type H005HIARequestOrderDataType struct {
}
type H005AuthenticationPubKeyInfo struct {
- XMLName xml.Name `xml:"AuthenticationPubKeyInfo"`
- X509Data DSIGX509Data `xml:"ds:X509Data"`
- AuthenticationVersion string `xml:"AuthenticationVersion"` // TODO Use ENUM
+ XMLName xml.Name `xml:"AuthenticationPubKeyInfo"`
+ X509Data DSIGX509Data `xml:"ds:X509Data"`
+ AuthenticationVersion EbicsCertificateType `xml:"AuthenticationVersion"`
}
type H005EncryptionPubKeyInfo struct {
- XMLName xml.Name `xml:"EncryptionPubKeyInfo"`
- X509Data DSIGX509Data `xml:"ds:X509Data"`
- EncryptionVersion string `xml:"EncryptionVersion"` // TODO Use ENUM
+ XMLName xml.Name `xml:"EncryptionPubKeyInfo"`
+ X509Data DSIGX509Data `xml:"ds:X509Data"`
+ EncryptionVersion EbicsCertificateType `xml:"EncryptionVersion"`
}