/[Apache-SVN]
ViewVC logotype

Revision 1617141


Jump to revision: Previous Next
Author: kiwiwings
Date: Sun Aug 10 18:25:10 2014 UTC (9 years, 9 months ago)
Changed paths: 66
Log Message:
Xml signature support - version 1

Changed paths

Path Details
Directorypoi/branches/xml_signature/.classpath modified , text changed
Directorypoi/branches/xml_signature/build.xml modified , text changed
Directorypoi/branches/xml_signature/src/java/org/apache/poi/poifs/crypt/CipherAlgorithm.java modified , text changed
Directorypoi/branches/xml_signature/src/java/org/apache/poi/poifs/crypt/CryptoFunctions.java modified , text changed
Directorypoi/branches/xml_signature/src/java/org/apache/poi/poifs/crypt/HashAlgorithm.java modified , text changed
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/openxml4j/opc/PackageRelationship.java modified , text changed
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/openxml4j/opc/PackageRelationshipCollection.java modified , text changed
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.java modified , text changed
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/ added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/CertificateSecurityException.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/ExpiredCertificateSecurityException.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/HorribleProxies.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/HorribleProxy.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/KeyInfoKeySelector.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/OOXMLURIDereferencer.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/RevokedCertificateSecurityException.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/TrustCertificateSecurityException.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/ added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/KeyInfoSignatureFacet.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/OOXMLSignatureFacet.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/Office2010SignatureFacet.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/SignatureFacet.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/SignaturePolicyService.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/XAdESSignatureFacet.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/XAdESXLSignatureFacet.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/ added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/RelationshipTransformService.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/RevocationData.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/RevocationDataService.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/SignatureService.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/TimeStampService.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/TimeStampServiceValidator.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/XmlSignatureService.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/spi/ added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/spi/AddressDTO.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/spi/Constants.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/spi/DigestInfo.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/spi/IdentityDTO.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/util/MethodUtils.java added
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/util/SAXHelper.java modified , text changed
Directorypoi/branches/xml_signature/src/ooxml/java/org/apache/poi/util/XmlSort.java added
Directorypoi/branches/xml_signature/src/ooxml/resources/org/apache/poi/poifs/crypt/XAdES.xsd added
Directorypoi/branches/xml_signature/src/ooxml/resources/org/apache/poi/poifs/crypt/XAdESv141.xsd added
Directorypoi/branches/xml_signature/src/ooxml/resources/org/apache/poi/poifs/crypt/signatureInfo.xsd added
Directorypoi/branches/xml_signature/src/ooxml/testcases/org/apache/poi/poifs/crypt/PkiTestUtils.java added
Directorypoi/branches/xml_signature/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java added
Directorypoi/branches/xml_signature/src/testcases/org/apache/poi/POIDataSamples.java modified , text changed
Directorypoi/branches/xml_signature/test-data/xmldsign/ added
Directorypoi/branches/xml_signature/test-data/xmldsign/Office2010-SP1-XAdES-X-L.docx added
Directorypoi/branches/xml_signature/test-data/xmldsign/bcprov-ext-jdk15on-1.49.jar added
Directorypoi/branches/xml_signature/test-data/xmldsign/hello-world-office-2010-technical-preview-unsigned.docx added
Directorypoi/branches/xml_signature/test-data/xmldsign/hello-world-office-2010-technical-preview.docx added
Directorypoi/branches/xml_signature/test-data/xmldsign/hello-world-signed-twice.docx added
Directorypoi/branches/xml_signature/test-data/xmldsign/hello-world-signed.docx added
Directorypoi/branches/xml_signature/test-data/xmldsign/hello-world-signed.pptx added
Directorypoi/branches/xml_signature/test-data/xmldsign/hello-world-signed.xlsx added
Directorypoi/branches/xml_signature/test-data/xmldsign/hello-world-unsigned.docx added
Directorypoi/branches/xml_signature/test-data/xmldsign/hello-world-unsigned.pptx added
Directorypoi/branches/xml_signature/test-data/xmldsign/hello-world-unsigned.xlsx added
Directorypoi/branches/xml_signature/test-data/xmldsign/hyperlink-example-signed.docx added
Directorypoi/branches/xml_signature/test-data/xmldsign/ms-office-2010-signed.docx added
Directorypoi/branches/xml_signature/test-data/xmldsign/ms-office-2010-signed.pptx added
Directorypoi/branches/xml_signature/test-data/xmldsign/ms-office-2010-signed.xlsx added
Directorypoi/branches/xml_signature/test-data/xmldsign/signed.docx added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26