Skip to content
New issue

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

FEAT: ODF_9 Digital Signature detection #105

Merged
merged 4 commits into from
Nov 26, 2023

Conversation

carlwilson
Copy link
Member

  • added necessary Package methods to implement digital signature detection;
  • implemented digital signature detection for ODF_9 in DigitalSignaturesRule; and
  • added method to Rules for easy rule instantiation.

Fixes #97

- added new `org.openpreservation.odf.validation.Rule` interface for extended checks;
- implemented `org.openpreservation.odf.validation.AbstractRule` class;
- implemented `ODF_2` compliance test and reporting;
- added `org.openpreservation.odf.validation.Rules` utility class; and
- tidied `PackageParserTest` class.
- implemented package `mimetype` entry detection as `ODF_3` rule;
- added null archive protection for `org.openpreservation.odf.pkg.OdfPackageImpl` methods; and
- added `Rules` method to get `ODF_3`rule.
- implemented rule for extension and MIME type checking;
- added `Rules` method for instantiation of rule; and
- cleaned up unnecessary exceptions.
- added necessary Package methods to implement digital signature detection;
- implemented digital signature detection for ODF_9 in `DigitalSignaturesRule`; and
- added method to `Rules` for easy rule instantiation.
@carlwilson carlwilson added the enhancement New feature or request label Nov 20, 2023
@carlwilson carlwilson self-assigned this Nov 20, 2023
@carlwilson carlwilson linked an issue Nov 20, 2023 that may be closed by this pull request
@carlwilson carlwilson merged commit 5c469a6 into integration Nov 26, 2023
4 checks passed
@carlwilson carlwilson deleted the feat/odf-9/digital-sigs branch November 30, 2023 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ODF_9: Signatures
1 participant