diff options
Diffstat (limited to 'H005.go')
| -rw-r--r-- | H005.go | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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"` } |
