We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on https://www.etsi.org/deliver/etsi_en/319100_319199/31916201/01.01.01_60/en_31916201v010101p.pdf 4.4.3.2 signatures files may have the form: *signatures*.xml, which includes e.g. "edoc-signatures-S1.xml". (Some .asice files seem to have such file names)
*signatures*.xml
Currently no prefix seems to be allowed: https://github.com/open-eid/SiGa/blob/develop/siga-signature-service/src/main/java/ee/openeid/siga/service/signature/hashcode/HashcodeContainer.java#L166 } else if (entryName.startsWith(SIGNATURE_FILE_PREFIX)) {
} else if (entryName.startsWith(SIGNATURE_FILE_PREFIX)) {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on https://www.etsi.org/deliver/etsi_en/319100_319199/31916201/01.01.01_60/en_31916201v010101p.pdf 4.4.3.2 signatures files may have the form:
*signatures*.xml
, which includes e.g. "edoc-signatures-S1.xml". (Some .asice files seem to have such file names)Currently no prefix seems to be allowed: https://github.com/open-eid/SiGa/blob/develop/siga-signature-service/src/main/java/ee/openeid/siga/service/signature/hashcode/HashcodeContainer.java#L166
} else if (entryName.startsWith(SIGNATURE_FILE_PREFIX)) {
The text was updated successfully, but these errors were encountered: